move to bun
This commit is contained in:
@@ -6,20 +6,20 @@ Also useful: fonttools (regenerating icon font if necessary)
|
||||
|
||||
```bash
|
||||
# npm packages
|
||||
npm install
|
||||
bun --bun install
|
||||
```
|
||||
|
||||
Copy `.env` to `env.tpl` and insert the correct folder locations
|
||||
|
||||
## running dev server
|
||||
```bash
|
||||
npm run dev
|
||||
bun --bun run dev
|
||||
```
|
||||
|
||||
## Building
|
||||
|
||||
```bash
|
||||
npm run build
|
||||
bun --bun run build
|
||||
```
|
||||
|
||||
You can preview the production build with `npm run preview`.
|
||||
You can preview the production build with `bun --bun run preview`, just remember that it will use prod folder locations
|
||||
|
||||
Reference in New Issue
Block a user