- Add descritpion here about what this is about
WIP
- Instalation process
- Create a
dev.env
file under./config
and add the following:
PORT = 3001
MONGODB_URL = YOUR_CONNECTION_KEY
- Then install the whole packages of the project by running:
yarn init-modules
or
npm run init-modules
- Run a development everimont
yarn start
or
npm run start
- Use localhost:3000 or YOUR_NETWORK_IP:3000 in your browser
Note this app is a progressive web application, meaning it works offline and much more. WIP
WIP
WIP