- This web application is currently hosted on GitHub Pages.
- MIT License Google Doc.
- Survey: Google Survey.
- Survey Result: Google Sheets.
- Austin Lomax - Data Modeler & Client liaison 😴
- Farzin Valizadeh - Team Manager / Documentation Lead 🐺
- Wesley McMillen - UI/UX modeler / Testing Lead 🔗
- Matthew Stiller - Architecture / Lead Programmer & Testing Lead 🐍
Local Deploy
- Install the edition of Node.js appropriate to your device from this archive link. If you have a more recent version of Node.js installed already, it may be worth reverting to the 8.11.4 version to ensure compatibility.
- In the root directory
/ChemQuizGen/
run the terminal commandnpm link
. (If you receive an error, ensurepackage-lock.json
does not previously exist.) - Additionally, run the command
npm i -g @angular/cli@6.2.1
to install the Angular CLI for command-line usage. - Going forward, you will be able to use the command
ng serve
to start up a live development server of this web application on your computer at http://localhost:4200/.
GitHub Pages
- To update GitHub Pages within Master branch use
npm run -script ghbuild
. this command will update the Doc folder which is associated with GitHub Pages.
JIRA
- Ben Jackson - Lead Programmer and UI Design ♓
- Trivon Etheridge 🍓 - Data Model & Documentation ♋
- Bruce Carson - Documentation and Data modeler ♍
- William Bullock - Team Manager/Client Liason and Lead Tester 🆙
Make sure that you do this on every new computer that you are going to be developing on, or running the source code from, as it is necessary to run many of the commands that we use.
- Go to https://nodejs.org/dist/v8.11.4/
- Download the version that is for your device.
- install that version of Node.js
This is needed to allow our backend and front end to work and work together. This is the version that we built around, so if something isn't working, try reverting to this version.