Geospace is an addictive web-game of reflexes that tests players' speed and skill.
Developed using:
- Vite
- Svelte
- Posenet
- Tailwind
How to run it
To start the project you just need to install the right version of NodeJS (>=18) and from the root folder npm i
and npm run dev
Docker
docker build . -t geospace
docker run -p 8081:80 geospace