Setup the environment:
Copy the .env.tmp file to .env.development.local and fill in the values.
Then, run the development server:
nvm use 20 # if not using nvm, use node 20+
npm install
npm run devOpen http://localhost:3000 with your browser to see the result.