Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.88 KB

README.md

File metadata and controls

64 lines (42 loc) · 1.88 KB

Frontend 💻

We're glad to see that you're interested in frontend contribution 💃

Prerequisites

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

Without docker

With docker

docker-compose up -d

Code Generators

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

Running tests

To run the frontend tests you will have to run

$ ember test

After the successful initialisation, you can visit localhost:4200/test.
* Edited tests will automatically restart when saved. Not needed when using the docker setup.

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

Fonts

Icons

We use Open Source icons from iconscout usually by puzzle shell library.