Skip to content

Commit

Permalink
switch to bun lock
Browse files Browse the repository at this point in the history
  • Loading branch information
jolbol1 committed Jan 30, 2025
1 parent 36bfa63 commit 9fa2712
Show file tree
Hide file tree
Showing 2 changed files with 2,005 additions and 11 deletions.
15 changes: 4 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ Thanks for your interest in contributing to Jolly-UI

Please ensure you follow the [code style guidelines](./CODE-STYLE.md) when contributing.

## About this repository

This repository is a monorepo.

- We use [pnpm](https://pnpm.io) and [`workspaces`](https://pnpm.io/workspaces) for development.
- We use [Turborepo](https://turbo.build/repo) as our build system.

## Structure

This repository is structured as follows:
Expand Down Expand Up @@ -68,23 +61,23 @@ git checkout -b my-new-branch
### Install dependencies

```bash
pnpm install
bun install
```

#### Examples

1. To run the `jollyui.dev` website:

```bash
pnpm dev
bun dev
```

## Documentation

You can run the documentation locally by running the following command:

```bash
pnpm dev
bun dev
```

Documentation is written using [MDX](https://mdxjs.com). You can find the documentation files in the `src/content/docs` directory.
Expand All @@ -108,7 +101,7 @@ When adding or modifying components, please ensure that:

1. You make the changes for every style.
2. You update the documentation.
3. You run `pnpm build:registry` to update the registry.
3. You run `bun build:registry` to update the registry.

## Commit Convention

Expand Down
Loading

0 comments on commit 9fa2712

Please sign in to comment.