Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 515 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 515 Bytes

Geospace

Università degli studi di Firenze

Geospace is an addictive web-game of reflexes that tests players' speed and skill.

Developed with

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