build: remove pnpm

This commit is contained in:
Jozef Steinhübl 2024-07-24 13:16:51 +02:00
parent d27b4f9771
commit ed50b81635
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 4 additions and 5726 deletions

View file

@ -16,13 +16,13 @@
1. Clone this repository: `git clone https://github.com/xHyroM/website.git`
2. Navigate to the project directory: `cd website`
3. Install the dependencies: `npm install`
3. Install the dependencies: `bun install`
## Usage
- To run the development server: `npm run dev`
- To build the project for production: `npm run build`
- To preview the production build: `npm 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