Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 633 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 633 Bytes

WarGamePlanner

Refer to the Notion Doc for more information.

Running this repo

This is a monorepo using Lerna. npm i in the root directory then run npm run [fe|be|all] will spin up parts/all of the project. Both packages have .env.example that needs to be copied and edited to either .env on the BE and .env.development.local on the FE.

Tests

Currently tests are implemented in the backend via mocha and mongodb-memory-server. Frontend uses jest.

Run tests via npm run [test|fe-test|be-test]