Skip to content

Commit

Permalink
Edited the readme file to reflect changes in the setup procedure for …
Browse files Browse the repository at this point in the history
…bun. (#161)

* Edited the readme file to reflect changes in the setup procedure for bun.

* Edited the readme file to separate terminal commands
  • Loading branch information
HeidiTao authored Sep 28, 2024
1 parent 53b401b commit 7eb6900
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ development, so expect large changes to the codebase and features to be unstable


## Getting Started


To get started, create a codespace from the github repository, then open it in VScode.

Navigate to the terminal and install bun by running the following commands:

Navigate to the terminal and install bun by running the following commands:

```
curl -fsSL https://bun.sh/install | bash
source /home/codespace/.bashrc
bun install
bun run dev
```

Create a .env file in your root directory, and add the following line to the file:
NEXT_PUBLIC_BACKEND_URL="http://localhost:3000"
Expand All @@ -50,8 +50,6 @@ Ensure both 3000 and 3010 ports are set to public visibility.
Preview the local version of the code by right clicking on the 3010 port and view CMUcourses on your browser.




### Scrapers


Expand Down

0 comments on commit 7eb6900

Please sign in to comment.