Beg-in / bn-mentors

Bloomington-Normal Mentors Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bloomington-Normal Mentors Website

Build

Requirements

Setup

$ npm run setup
$ npm install

This installs the following globally:

Add a file called .env to the root of the project with the following contents:

{
    "node": {
        "env": "dev"
    }
}

You can now run the development server by running the following commands:

$ npm start

Directories

  • src/client - clientside html, scripts, and styles
  • src/server - serverside scripts and sql queries

Serverside runtime

  • Uses dependency injection from Nodep

Running the test suite

Single Run:

$ gulp test

Continuous testing when files are changed:

$ gulp autotest

Generating README.md

$ gulp docs

Generating CHANGELOG.md

$ gulp changelog

Notes

  • jshint is part of the test suite and should be kept clean
  • Commits should have high test coverage
  • Docs should be kept up to date
  • Additions should come with documentation
  • commit messages should follow conventional format

License

The MIT License (MIT)

Copyright (c) 2016 Slingshot CoWork

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Bloomington-Normal Mentors Website


Languages

Language:HTML 61.5%Language:JavaScript 24.0%Language:CSS 14.5%