Skip to content

kxrt/rvrc-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RVRC Symposium Website

RVRC Symposium

Overview

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!

Getting Started

  1. Clone the project repository.
git clone https://github.com/kxrt/rvrc-blog.git
cd rvrc-blog
  1. Install node 14.17.6.

We recommend using nvm to install and manage node versions easily.

  1. Install dependencies.
npm install
  1. Run the app in development mode.
npm run start
  1. Open http://localhost:3000/ to view the website in your browser.

Congratulations! You have successfully set up this project. 🎉