You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd jefe
make install_all
To run and enter in the development container use: make start_container
.
If your development container is already running in other terminal use: make container_shell
.
ember s
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember build
(development)ember build --environment production
(production)
You must use emberjs buildpack
If you're using Linux you may encounter some issues with inotify. In the most of case, inotify reach the watch limit. You can increase it by running the following target:
make inotify_add_limit