mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
build: remove pnpm
This commit is contained in:
parent
d27b4f9771
commit
ed50b81635
2 changed files with 4 additions and 5726 deletions
|
@ -16,13 +16,13 @@
|
||||||
|
|
||||||
1. Clone this repository: `git clone https://github.com/xHyroM/website.git`
|
1. Clone this repository: `git clone https://github.com/xHyroM/website.git`
|
||||||
2. Navigate to the project directory: `cd website`
|
2. Navigate to the project directory: `cd website`
|
||||||
3. Install the dependencies: `npm install`
|
3. Install the dependencies: `bun install`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
- To run the development server: `npm run dev`
|
- To run the development server: `bun run dev`
|
||||||
- To build the project for production: `npm run build`
|
- To build the project for production: `bun run build`
|
||||||
- To preview the production build: `npm run preview`
|
- To preview the production build: `bun run preview`
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
5722
pnpm-lock.yaml
5722
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue