File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
docs/projects/chapter-website Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ In a website, the frontend refers to what the user interactive with and sees. Ou
1313There are some tools that you would need to have installed before you continue. They are listed below:
1414
1515- [ Git] ( https://git-scm.com/ )
16- - [ Node.js 22+ ] ( https://nodejs.org/en )
16+ - [ Bun ] ( https://bun.sh )
1717
1818:::important
1919
@@ -23,12 +23,6 @@ It's also important to read the [contributing](https://github.com/UCMercedACM/Ch
2323
2424## Setup
2525
26- :::tip
27-
28- [ Volta] ( https://volta.sh/ ) is recommended to be used for this project as it makes installing Node.js and configuring it much easier.
29-
30- :::
31-
3226### Step 1 - Clone the repo
3327
3428We first need to clone the repo so we can start programming. This can be done shown below.
@@ -41,7 +35,7 @@ git clone https://github.com/UCMercedACM/Chapter-Website \
4135### Step 2 - Install all dependencies
4236
4337``` bash
44- npm install
38+ bun install
4539```
4640
4741:::note
@@ -54,7 +48,7 @@ Each time before you commit, [Biome](https://biomejs.dev/) will automatically ru
5448### Step 3 - Run the development server
5549
5650``` bash
57- npm run dev
51+ bun run dev
5852```
5953
6054## Website Features & Structure
You can’t perform that action at this time.
0 commit comments