docs: use bun instead pnpm

This commit is contained in:
Jozef Steinhübl 2024-08-07 15:04:22 +02:00
parent 838dd3e8f1
commit c2656bb664
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 4 additions and 5884 deletions

View file

@ -16,13 +16,13 @@
1. Clone this repository: `git clone https://github.com/xHyroM/links.git`
2. Navigate to the project directory: `cd links`
3. Install the dependencies: `pnpm install`
3. Install the dependencies: `bun install`
## Usage
- To run the development server: `pnpm run dev`
- To build the project for production: `pnpm run build`
- To preview the production build: `pnpm run preview`
- To run the development server: `bun run dev`
- To build the project for production: `bun run build`
- To preview the production build: `bun run preview`
## Contributing

File diff suppressed because it is too large Load diff