KoliBri - Template This is a template for a KoliBri client side rendering application. Get Started Prerequisites Node.js 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