Run npm install
Run npm start
You need Node.js v20 or higher.
If you are currently running on a lower Node.js version, because any of your projects are dependent on that lower version, make sure to downgrade to that version after this workshop!
In order to automate this, consider installing nvm on your machine.
In case you don't have Node.js installed locally, you can use Docker to run the project:
docker compose up -d
The install and the run commands are executed automatically.
Shortly after starting, the project page will be reachable at http://localhost:3000.