Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 4 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,15 @@

## Setup

1. Install Node.js

1. Install Bun
```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
source ~/.bashrc
curl -fsSL https://bun.sh/install | bash
```

2. Install the latest LTS version of npm

```bash
nvm install v18.12.1
```

3. Install yarn
```bash
npm install --global yarn
```

4. Install dependencies
2. Install dependencies

```bash
yarn
bun install
```

## Run
Expand Down
Binary file added bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
]
},
"engines": {
"node": ">=16.14"
"node": ">=18.17.1"
}
}
Loading