Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.5 KB

README.md

File metadata and controls

67 lines (40 loc) · 1.5 KB

UMass DSC Website

Build Status License

An open sourced Develepor Student Club Website Template created for DSC UMass. Currently hosted on Firebase.

Getting Started

Prerequisites

  • NodeJS
  • NPM

Installing

cd public 

npm install

npm run build

npm run dev

Deployment

If you are using firebase, you initialize your own firebase repo and put repo code inside that project. You can initialize and deploy by:

firebase init
firebase deploy --only hosting

Built With

  • NodeJS - The web framework used

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE.md file for details