An open API service indexing awesome lists of open source software.

https://github.com/v-spassky/eratosthenes-client

🌍 Web-based geoguesser-like game.
https://github.com/v-spassky/eratosthenes-client

game geography geoguesser geoguessing geoguessr web-game

Last synced: 8 months ago
JSON representation

🌍 Web-based geoguesser-like game.

Awesome Lists containing this project

README

          

![room interface](./assets/room_interface.png)

### Local deployment

1. Set up [the backend](https://github.com/v-spassky/eratosthenes-server).

2. Create a `.env` file and configure it as in the `.env.example` file.

3. Run the frontend:

> [!NOTE]
> Because of the issues with Google Maps loader the screen with the map doesn't always work correctly in strict mode,
> so it's better to run the server in development mode.

```bash
npm install -g serve
```

```bash
npm run build && serve -s build
```

### QA

```bash
npm run pre-commit
```