For Developers
What you'll need
- Node.js version 16.14 or above:
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
Work on the Kromer - Documentation Site
This website is built using Docusaurus, a modern static website generator.
Run the development server:
Installation
npm install
Start the site
npm start
Kromer - Application
Run Kromer app locally
Installation
npm install
Start the site
npm run dev
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.