Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 297 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 297 Bytes

xtasy2020

website of the cultural fest of College of Engineering and Technology, Bhubaneswar

The Website is hosted on https://xtasy2020.herokuapp.com/. To set up this website locally:

cd xtasy2020
npm install

For Development:

npm run-script dev

For Production:

npm start