Skip to content

commonstandardsproject/web-ui

Repository files navigation

Common Standards Project - Web UI

This is the web ui that powers http://commonstandardsproject.com.

If you have any ideas or see any bugs, create a pull request! If it's a larger feature, create the pull request before you start working on the code so we can discuss if the feature would be a good fit.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links