- make sure you have docker installed
- create a copy of
.env.exampleto.env - start the apps with
docker compose up - navigate to
http://localhostorhttp://127.0.0.1
- make sure you have nodejs installed
- create a copy of
apps/client/.env.exampletoapps/client/.envand fill it - go to
apps/clientand typenpm install && npm run dev - create a copy of
apps/server/.env.exampletoapps/server/.envand fill it - go to
apps/serverand typenpm install && npm run build && npm run start - navigate to
http://localhost:5173orhttp://127.0.0.1:5173(default vite dev server port)