Skip to content

Commit

Permalink
build: remove pnpm & use bun, update installation steps and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed May 2, 2024
1 parent c2395b2 commit 8bf97e8
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 19,836 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# build output
dist/
.output/
.astro

# dependencies
node_modules/
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ Astro, React, Tailwind, Framer Motion

## How to run

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :----------------- | :------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm run dev` | Starts local dev server at `localhost:3000` |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm run preview` | Preview your build locally, before deploying |
All commands are run from the root of the project, from a terminal. We use [bun](https://bun.sh):

| Command | Action |
| :-------------- | :------------------------------------------- |
| `bun install` | Installs dependencies |
| `bun dev` | Starts local dev server at `localhost:3000` |
| `bun run build` | Build your production site to `./dist/` |
| `bun preview` | Preview your build locally, before deploying |
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit 8bf97e8

Please sign in to comment.