The official QMTIS Website, made in Angular. It is automatically deployed to Heroku here and qmtis.com.
This project has unit tests and uses Travis-CI for automated testing. Check it out here. Once all the unit tests have passed, it will deploy to the Heroku app.
Simple clone the repo, and in the command line, type:
npm install
npm start
- Navigate to
http://localhost:4200/
The app will automatically reload if you change any of the source files.
- Navigate to
/src/assets/committee/details.json
- Follow the format:
"pattawia": {
"name": "Pattawia Supradit",
"slug": "pattawia",
"position": "Vice President",
"linkedIn": " https://www.linkedin.com/in/pattawias",
"facebook": "https://www.facebook.com/pattawias",
"email": "pattawias@yahoo.com",
"photoUrl": "pattawia.jpg",
"description": "Pattawia is a 3rd year student..."
}
- Add a picture inside
/src/assets/committee
, in this example, it would be/src/assets/committee/pattawia.jpg
- Save, commit and push to
origin/master
. Everything should deploy automatically if your tests pass, and you should see your change within minutes.
Please refer to the Wiki for more details
Please refer to the Wiki for more details
Made with ♥ by Dolan Miu