Skip to main content
Krono utilizes a modern toolchain powered by Bun and Turborepo. Whether you are contributing to the core library or integrating the kit into your own project, these steps will get you up and running in minutes.

Prerequisites

Before you begin, ensure you have the following installed on your machine:

Installation

Follow these steps to get the project running locally for development.
1

Clone the Repository

Clone the Krono repository to your local machine:
git clone https://github.com/fapiper/krono.git
cd krono
2

Install Dependencies

Install all dependencies across the monorepo using your preferred package manager.
bun install
3

Start Development Server

Run the development server to watch for changes and start all applications:
bun dev
This command initializes:
  • Web app: http://localhost:4000
  • React example: http://localhost:5173
  • Documentation: http://localhost:3000
  • Storybook: http://localhost:6006