A web application for storing and searching your lessons learned related to COVID-19.
Install all dependencies, start the database service and run parcel to bundle your dependencies. You can access the application at http://localhost:3300.
npm i
npm build:domain
npm run serve
As above, but now run parcel
in watch mode.
npm i
npm start
- LOKI_PORT: to change the output port, default 3300, e.g.
set LOKI_PORT=80
to serve it at http://localhost. - NODE_DEV: When set to
development
, every server request is logged to the command line. Set it toproduction
to stop logging requests.