Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dolanmiu/qmtis-website
The official QMTIS Website - https://dolanmiu.github.io/qmtis-website/
https://github.com/dolanmiu/qmtis-website
angular bootstrap heroku karma node nodejs travis-ci
Last synced: 19 days ago
JSON representation
The official QMTIS Website - https://dolanmiu.github.io/qmtis-website/
- Host: GitHub
- URL: https://github.com/dolanmiu/qmtis-website
- Owner: dolanmiu
- Created: 2016-09-18T15:03:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:37:01.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T18:42:01.374Z (about 1 month ago)
- Topics: angular, bootstrap, heroku, karma, node, nodejs, travis-ci
- Language: TypeScript
- Homepage: http://qmtis.com/
- Size: 66.6 MB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
---
# Queen Mary Trading & Investment Society Website
> The official QMTIS Website, made in Angular.
It is automatically deployed to Heroku [here](https://qmtis.herokuapp.com/) and [qmtis.com](http://qmtis.com/).> This project has unit tests and uses Travis-CI for automated testing. Check it out [here](https://travis-ci.org/dolanmiu/qmtis-website).
Once all the unit tests have passed, it will deploy to the [Heroku](https://qmtis.herokuapp.com/) app.## Technologies
## Usage
Simple clone the repo, and in the command line, type:1. `npm install`
2. `npm start`
3. Navigate to `http://localhost:4200/`The app will automatically reload if you change any of the source files.
## Add Committee Members
1. Navigate to `/src/assets/committee/details.json`
2. 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": "[email protected]",
"photoUrl": "pattawia.jpg",
"description": "Pattawia is a 3rd year student..."
}
```
3. Add a picture inside `/src/assets/committee`, in this example, it would be `/src/assets/committee/pattawia.jpg`
4. Save, commit and push to `origin/master`. Everything should deploy automatically if your tests pass, and you should see your change within minutes.## Add Reports
Please refer to the [Wiki](https://github.com/dolanmiu/qmtis-website/wiki/How-to-create-a-Report) for more details## Misc help for developers and contributors
Please refer to the [Wiki](https://github.com/dolanmiu/qmtis-website/wiki/Developers-and-contributors) for more details---
Made with ♥ by Dolan Miu
[travis-image]: https://travis-ci.org/dolanmiu/qmtis-website.svg?branch=master
[travis-url]: https://travis-ci.org/dolanmiu/qmtis-website
[daviddm-image]: https://david-dm.org/dolanmiu/qmtis-website.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/dolanmiu/qmtis-website