Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.56 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.56 KB

enjambrebit

CircleCI

Para ver los comandos disponibles para instalar dependencias, ejecutar la aplicación o realizar el deploy, ejecute el comando "make":

<<<<<<< HEAD

=======

Installation

  • git clone <repository-url> this repository
  • cd enjambrebit2017
  • yarn install

Running / Development

Code Generators

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

Running Tests

  • ember test
  • ember test --server

Linting

  • yarn lint:hbs
  • yarn lint:js
  • yarn lint:js --fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

9ec85e0... v2.15.1...v3.18.0