This project is a website video game inspired by "GeoGuessr".
The goal of the player is to find what happend around him, hence the name "Office Du Tourisme".
- Clone the repository
git clone [email protected]:ASM-Studios/officeDuTourisme-Front.git
- Install the dependencies
npm install
- Start the server
npm run dev
You will also need to run the back-end of the project.