A working copy of the en_btr_frontend repo. I setup this fork so that I can workout issues and experiment with Gitlab's Merge and Pull Request strategy.
Go to file
Leonard Smith 718deb7bb6 Change the site title to Bible Translation Resources 2020-10-09 13:29:04 -05:00
app Change the site title to Bible Translation Resources 2020-10-09 13:29:04 -05:00
config Fix transition bug caused by <a href="#"></a> calling a separate action with transitionTo() 2020-10-06 17:06:12 -05:00
public Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
support Got navigation working 2020-10-04 16:58:28 -05:00
tests Add a cunstom-inflector to handle pluralizing entry 2020-10-07 13:41:57 -05:00
vendor Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.editorconfig Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.ember-cli Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.eslintignore Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.eslintrc.js Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.gitignore Ignore Mac system files/folders 2020-10-04 16:58:45 -05:00
.template-lintrc.js Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.travis.yml Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
.watchmanconfig Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
README.md Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
ember-cli-build.js Got navigation working 2020-10-04 16:58:28 -05:00
package.json Get the Lexical Entries component to pull from the word-select service 2020-10-07 13:42:49 -05:00
testem.js Initial Commit from Ember CLI v3.20.0 2020-08-21 15:13:47 -05:00
yarn.lock Get the Lexical Entries component to pull from the word-select service 2020-10-07 13:42:49 -05:00

README.md

gwt-frontend

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd gwt-frontend
  • npm 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

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

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

Deploying

Specify what it takes to deploy your app.