Skip to content

Commit

Permalink
chore: migrate to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Aug 5, 2024
1 parent 7106afa commit 7e35992
Show file tree
Hide file tree
Showing 5 changed files with 3,337 additions and 4,522 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,23 +74,30 @@ CHRONOS_COLLECTION_2='[{"shortName": "handbook", "title": "Handbook", "url": "ht
# add more collections here
CHRONOS_EXTRA_LINK_1='[{"url": "https://github.com/vanilla-os/Chronos", "name": "Source Code"}]' \
# add more extra links here
npm run generate-config
```

## Development

To start the development server, run the following command:

```bash
npm run dev
pnpm dev
```

## Generate Configuration

To generate the configuration file, run the following command:

```bash
pnpm generate-config
```

## Production

To build the production version, run the following command:

```bash
npm run build
pnpm build
```

### Docker
Expand Down
Loading

0 comments on commit 7e35992

Please sign in to comment.