Prerequisites
Before you begin, ensure you have the following installed on your machine:- Node.js 20+
- Bun (Recommended)
- Git
Installation
Follow these steps to get the project running locally for development.1
Clone the Repository
Clone the Krono repository to your local machine:
2
Install Dependencies
Install all dependencies across the monorepo using your preferred package manager.
3
Start Development Server
Run the development server to watch for changes and start all applications:This command initializes:
- Web app:
http://localhost:4000 - React example:
http://localhost:5173 - Documentation:
http://localhost:3000 - Storybook:
http://localhost:6006

