Go to file
Aelita4 c74e61716c
Overhaul language driver and move lang data to db
2024-08-07 23:31:55 +02:00
.vscode Initial commit 2023-10-12 23:26:26 +02:00
public Overhaul language driver and move lang data to db 2024-08-07 23:31:55 +02:00
src Overhaul language driver and move lang data to db 2024-08-07 23:31:55 +02:00
test Add tests 2024-06-01 15:58:57 +02:00
.dockerignore Add docker support 2024-06-01 22:48:42 +02:00
.gitignore Move secrets to config.json 2024-06-01 22:07:11 +02:00
API.md Add changeUserData to API docs 2024-06-18 22:09:49 +02:00
Dockerfile Add docker support 2024-06-01 22:48:42 +02:00
README.md Update README 2024-06-01 17:03:27 +02:00
astro.config.mjs Add docker support 2024-06-01 22:48:42 +02:00
jest.config.cjs Add tests 2024-06-01 15:58:57 +02:00
package-lock.json Add docker support 2024-06-01 22:48:42 +02:00
package.json Add docker support 2024-06-01 22:48:42 +02:00
tsconfig.json Add tests 2024-06-01 15:58:57 +02:00

README.md

Astro Colony

Simple OGame clone

Installation

Requirements:

  • Node v20.8.0
  • npm 10.2.0
  • MongoDB 7.0.11

Steps:

  1. clone
  2. npm ci
  3. npm run dev

Tests

Integrated tests are available to run with npm test command from /test folder