Warning
This project migrated to Vite, you can find the key differences here.
npm install
- Create a
.env
file based on the.env.example
- Run
npm run dev
(supports hot reload) - That's it!
The Dockerfile
found in the repo is used to build a production-ready Docker image of the application.
Warning
These steps assume that you have properly set up Docker on your local system. You can find the official installation guide here.
cd frontend
docker-compose up -d --build
Now the application is available on http://localhost:3000
!