Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Sep 28, 2024
Merged
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
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
Loading