mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28:06 +01:00
docs: use bun instead pnpm
This commit is contained in:
parent
838dd3e8f1
commit
c2656bb664
2 changed files with 4 additions and 5884 deletions
|
@ -16,13 +16,13 @@
|
||||||
|
|
||||||
1. Clone this repository: `git clone https://github.com/xHyroM/links.git`
|
1. Clone this repository: `git clone https://github.com/xHyroM/links.git`
|
||||||
2. Navigate to the project directory: `cd links`
|
2. Navigate to the project directory: `cd links`
|
||||||
3. Install the dependencies: `pnpm install`
|
3. Install the dependencies: `bun install`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
- To run the development server: `pnpm run dev`
|
- To run the development server: `bun run dev`
|
||||||
- To build the project for production: `pnpm run build`
|
- To build the project for production: `bun run build`
|
||||||
- To preview the production build: `pnpm run preview`
|
- To preview the production build: `bun run preview`
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
5880
pnpm-lock.yaml
5880
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue