File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ A bit simpler process would be to download the latest build through [here](https
39
39
40
40
- [ Node.js] ( https://nodejs.org/ ) v14 or higher
41
41
- [ Git] ( https://git-scm.com/ ) for obvious reasons
42
- - [ Yarn ] ( https://yarnpkg.com / ) for dependencies
42
+ - [ Bun ] ( https://bun.sh / ) for dependencies
43
43
44
44
### 👾 Installation
45
45
@@ -53,19 +53,19 @@ A bit simpler process would be to download the latest build through [here](https
53
53
2. ** Install the dependencies:**
54
54
55
55
` ` ` sh
56
- yarn install
56
+ bun install
57
57
` ` `
58
58
59
59
4. ** Start the application:**
60
60
61
61
` ` ` sh
62
- yarn dev
62
+ bun run dev
63
63
` ` `
64
64
65
65
5. ** Build the application**
66
66
67
67
` ` ` sh
68
- yarn build
68
+ bun run build
69
69
` ` `
70
70
71
71
# # 🤝 Contributing
You can’t perform that action at this time.
0 commit comments