From 7eb69001974cdf9858c5aef3f37bd1678fe5c423 Mon Sep 17 00:00:00 2001 From: HeidiTao <117230936+HeidiTao@users.noreply.github.com> Date: Sat, 28 Sep 2024 17:34:07 -0400 Subject: [PATCH] Edited the readme file to reflect changes in the setup procedure for bun. (#161) * Edited the readme file to reflect changes in the setup procedure for bun. * Edited the readme file to separate terminal commands --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7ef8d94..1cb122c 100644 --- a/README.md +++ b/README.md @@ -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" @@ -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