Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 465 Bytes

File metadata and controls

38 lines (24 loc) · 465 Bytes

knigge

Requirements

  • Node = 14
  • NPM >= 7

Install dependencies from npm:

npm install

How to build and deploy

Build for deployment:

npm run generate

Upload contents of dist/ to your web server.

How to run locally for development

Run proxy for logging API:

npm run proxy

In another terminal window, run the development server:

npm run dev

Open http://localhost:3000 in your browser