|
1 year ago | |
---|---|---|
app | 1 year ago | |
config | 2 years ago | |
public | 1 year ago | |
release | 1 year ago | |
tests | 2 years ago | |
vendor | 2 years ago | |
.editorconfig | 2 years ago | |
.ember-cli | 2 years ago | |
.eslintignore | 2 years ago | |
.eslintrc.js | 2 years ago | |
.gitignore | 2 years ago | |
.template-lintrc.js | 2 years ago | |
.travis.yml | 2 years ago | |
.watchmanconfig | 2 years ago | |
README.md | 2 years ago | |
ember-cli-build.js | 2 years ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
testem.js | 2 years ago |
This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd akkounts-web
npm install
ember serve
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)Specify what it takes to deploy your app.