docker-compose up -d
Will start a production server on http://localhost:3020
If you change the list of topics in /app/topics.json
add --build
to the command to rebuild the image.
Run npm run dev
to start the development server on http://localhost:3000