Aelita4 7bd5a055e2 | ||
---|---|---|
.vscode | ||
public | ||
src | ||
test | ||
.dockerignore | ||
.gitignore | ||
API.md | ||
Dockerfile | ||
README.md | ||
astro.config.mjs | ||
jest.config.cjs | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
Astro Colony
Simple OGame clone
Installation
Requirements:
- Node v20.8.0
- npm 10.2.0
- MongoDB 7.0.11
Steps:
- clone
npm ci
npm run dev
Tests
Integrated tests are available to run with npm test
command from /test
folder