Skip to content

A web-app to build short rule reminders to help facilitate playing tabletop wargames

Notifications You must be signed in to change notification settings

mikosramek/wargameplan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]