csvalpha / amber-ui

https://csvalpha.nl
MIT License
4 stars 4 forks source link
bootstrap ember emberjs json-api

amber-ui

Continuous Integration Continuous Delivery

Prerequisites

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

Installation

Running / Development

Code Generators

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

Running Tests

Test data

For the generation of test data, we use ember-cli-mirage. Data is created in factories and randomized using Faker.

Preview generated data

To preview generated data in the browser, set ENV['ember-cli-mirage'].enabled to true for development in config/environment.js. The content generated for development is described in mirage/scenarios/default.js.

Linting

Building

Deploying

Deployments are done using GitHub Actions. To deploy a branch, follow the following steps:

Further Reading / Useful Links