My node version is 19.8.1
Download the project to your computer and install needed packages with command:
$ npm installThen create .env.local file:
APP_URL='http://localhost:3000/'
API_URL='http://localhost:8000/'
Then start the project on the local server with the command:
$ npm run devand open http://localhost:3000/ to see this app.
