move to bun

This commit is contained in:
2025-02-07 12:14:41 +01:00
parent c4a07575e6
commit cbb9e831d1
6 changed files with 775 additions and 57 deletions

View File

@@ -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