2024-06-01 15:03:27 +00:00
|
|
|
# Astro Colony
|
2023-10-12 21:26:26 +00:00
|
|
|
|
2024-06-01 15:03:27 +00:00
|
|
|
**Simple OGame clone**
|
2023-10-12 21:26:26 +00:00
|
|
|
|
2024-06-01 15:03:27 +00:00
|
|
|
## Installation
|
2023-10-12 21:26:26 +00:00
|
|
|
|
2024-06-01 15:03:27 +00:00
|
|
|
Requirements:
|
|
|
|
- Node v20.8.0
|
|
|
|
- npm 10.2.0
|
|
|
|
- MongoDB 7.0.11
|
2023-10-12 21:26:26 +00:00
|
|
|
|
2024-06-01 15:03:27 +00:00
|
|
|
Steps:
|
|
|
|
1. clone
|
|
|
|
2. `npm ci`
|
|
|
|
3. `npm run dev`
|
2023-10-12 21:26:26 +00:00
|
|
|
|
2024-06-01 15:03:27 +00:00
|
|
|
## Tests
|
2023-10-12 21:26:26 +00:00
|
|
|
|
2024-06-01 15:03:27 +00:00
|
|
|
Integrated tests are available to run with `npm test` command from `/test` folder
|