git clone https://github.com/cbnusw/cbnuoss_2023_frontend.gitOpen a new terminal window, and run the following command to install the frontend dependencies:
cd cbnuoss_2023_frontendnpm install- Add a file named
.env.localin thecbnuoss_2023_frontenddirectory.
This file will store the environment variables required for the project to run. You may refer to
.env-helpfor guidance on setting up these variables.
After installing the frontend dependencies and checking the environment file, run the following command in the same terminal to start the frontend server:
npm run dev
# or
yarn run dev
# or
pnpm devThis command will start the frontend server, and you'll be able to access the website on localhost:3000 in your web browser.
Note
Pre-deployment URL: https://cbnuoss-2023-frontend.vercel.app/
