/riviera-2018-website

Frontend for VIT Riviera 2018 website in React

Primary LanguageJavaScript

Riviera'18 web portal - Frontend

Riviera is the Annual International Sports and Cultural Carnival of the Vellore Institute of Technology. It is an International 4-day event that consists of sports competitions, social and cultural events along with concerts.

Running on localhost

  • Step 1: Fork the repository and clone it to your machine
  • Step 2: Cd into the cloned folder
  • Step 3: Install all the dependencies with:$ npm install
  • Step 4: Run on http://localhost:3000 with:$ npm run start
  • Step 5: Build locally with: $ npm run build
  • Step 6: To deploy at a URL use: $ npm run deploy

Contributors