Skip to content

A web application for storing and searching your lessons learned.

License

Notifications You must be signed in to change notification settings

DRIVER-EU/lessons-learned-framework

Repository files navigation

LESSONS-LEARNED-FRAMEWORK

A web application for storing and searching your lessons learned. See l3crisis.eu for the live version.

landing page

Installation

Install all dependencies, start the database service and run parcel to bundle your dependencies. You can access the application at http://localhost:3000.

npm i
npm build:domain
npm run serve

Development

As above, but now run parcel in watch mode.

npm i
npm start

Environment settings

  • LOKI_PORT: to change the output port, default 3000, 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 to production to stop logging requests.

Screenshots

events event_view general incident geo org cm lesson pubs mm editors

About

A web application for storing and searching your lessons learned.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages