-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Darryl Lai edited this page Feb 7, 2017
·
3 revisions
Welcome to the Steps-Networking-Module wiki!
SoC term Project Showcase (STePS) System has event workflow management, registration, check-in and voting modules. As the event is getting bigger, a system with a networking module to enable attendees to network meaningfully and effectively before, during and after events is necessary. The module classifies/groups users based on their interest and purpose of attending STePS, allow users to post/comment in forums of each STePS run, have personal chat with other attendees.
- Node v6.3.0 and above
- Clone the repository
- In the root directory, install the dependencies with:
npm install
- In the same directory, run the web server with
gulp
- Paste the address shown in your terminal into your browser
- Branch from
develop
and name the branch with the issue name - Perform all work only on your branch
- All commits should have <=50 characters and should be concise and accurate of your work
- Push the main branch (the one with the issue name) to the origin after all work has been completed
- Wait for clearance from the team (i.e. next meeting) before merging your branch into
develop
- Merge
develop
intomaster
upon release
Lint according to https://github.com/airbnb/javascript
Version numbering according to http://semver.org/
Done by XORcerers