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.
- Host: GitHub
- URL: https://github.com/v-spassky/eratosthenes-client
- Owner: v-spassky
- Created: 2024-02-25T21:25:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T15:47:31.000Z (9 months ago)
- Last Synced: 2025-02-24T04:13:08.994Z (8 months ago)
- Topics: game, geography, geoguesser, geoguessing, geoguessr, web-game
- Language: TypeScript
- Homepage: https://eratosthenes.vercel.app
- Size: 4.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### 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
```