Skip to content

typothecary/catalogue-frontend

 
 

Repository files navigation

catalogue-frontend

Build Status Download

Setup

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>

Frontend Development

Requirements

To install multiple versions of Node.js, you may find it easier to use a node version manager:

Install dependencies

$ npm install

Watch CSS

To generate the css with sourcemaps run: $ npm run css:watch

Minify css

To generate and minfiy the css with run: $ npm run css

Tests

Please run tests with any work changes $ sbt test

License

This code is open source software licensed under the Apache 2.0 License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 88.9%
  • Scala 8.4%
  • HTML 2.7%