Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 587 Bytes

File metadata and controls

55 lines (35 loc) · 587 Bytes

KoliBri - Template

This is a template for a KoliBri client side rendering application.

Get Started

Prerequisites

Installation

Install the dependencies using npm:

npm i # or pnpm i or yarn

Usage

Start the development server

npm start

Build the application

npm run build

Lint the code

npm run lint

Format the code

npm run format

Check unused code and dependencies

npm run unused

Run the tests

npm test