The RVRC Symposium showcases the best of Ridge View Residential College's academic and student life. Hosted annually since 2015, the symposium is part of the college's forward-looking mission of fostering sustainability education and workplace readiness in young adults.
Check out the RVRC Symposium website now!
- Clone the project repository.
git clone https://github.com/kxrt/rvrc-blog.git
cd rvrc-blog
- Install
node 14.17.6
.
We recommend using nvm to install and manage node versions easily.
- Install dependencies.
npm install
- Run the app in development mode.
npm run start
- Open http://localhost:3000/ to view the website in your browser.
Congratulations! You have successfully set up this project. 🎉