You need to have:
.credentials
(github.com) file.githubenterprise
file- place both in a
$HOME/.github
directory.
These need to each include the following relevant information in both files:
Please ask a team mate for the api urls
api-url = <api_url>
user = <user_name>
token = <personal_access_token>
To install multiple versions of Node.js, you may find it easier to use a node version manager:
$ npm install
To generate the css with sourcemaps run:
$ npm run css:watch
To generate and minfiy the css with run:
$ npm run css
Please run tests with any work changes
$ sbt test
This code is open source software licensed under the Apache 2.0 License.