Font: Roboto (google fonts)
Color Palette:
| Name | Hex |
|---|---|
| mc3-red | #680216 |
| accent-teal | #008582 |
commands for development
# install development tools
npm install
# run development environment
gulp
# build the production version
# not yet implemented
gulp build
# test the production version
# not yet implemented
gulp test-build
# deploy the production version
# not yet implemented
gulp deploy