2024-08-12 17:37:45 +02:00
2024-07-30 11:15:38 +02:00
2024-07-11 16:20:57 +02:00
2024-07-25 14:03:38 +01:00
2024-07-11 16:20:57 +02:00
2024-07-11 16:20:57 +02:00
2024-07-11 16:20:57 +02:00
2024-07-11 21:25:19 +02:00
2024-07-30 11:15:38 +02:00
2024-08-12 17:37:45 +02:00
2024-07-11 16:20:57 +02:00
2024-07-29 20:31:45 +02:00

Bolt Monorepo

Welcome to the Bolt monorepo! This repository contains the codebase for Bolt, an AI assistant developed by StackBlitz.

Repository Structure

Currently, this monorepo contains a single package:

  • bolt: The main package containing the UI interface for Bolt as well as the server components.

As the project grows, additional packages may be added to this workspace.

Getting Started

Prerequisites

  • Node.js (v20.15.1)
  • pnpm (v9.4.0)

Installation

  1. Clone the repository:
git clone https://github.com/stackblitz/bolt.git
cd bolt
  1. Install dependencies:
pnpm i
  1. Optionally, init git hooks:
pnpmx husky

Development

To start developing the Bolt UI:

  1. Navigate to the bolt package:
cd packages/bolt
  1. Start the development server:
pnpm run dev
Description
No description provided
Readme 1.1 MiB
Languages
TypeScript 89.9%
SCSS 9.5%
JavaScript 0.4%
Shell 0.2%