Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dadleyy/oncore

the emberjs frontend for twowaiyo
https://github.com/dadleyy/oncore

ember

Last synced: about 1 month ago
JSON representation

the emberjs frontend for twowaiyo

Awesome Lists containing this project

README

        

## oncore

The frontend for [`twowaiyo`](https://github.com/dadleyy/twowaiyo).

---

### Prerequisites + Installation

This is an [emberjs](https://emberjs.com/) single-page, client-side application.

* `git clone [email protected]:dadleyy/oncore.git`
* `cd oncore`
* `npm install`

### Running / Development

* `npm run start:proxy`
* `npm run build`

### Running Tests

* `npm test:ember`

### Linting

* `npm run lint:js`
* `npm run lint:deps`
* `npm run lint:hbs`

### Notes

When making changes to the `ember-intl` translation files, rebuild-on-edit is available using [this workaround][w]:

```
EMBROIDER_REBUILD_ADDONS=ember-intl npm run start:proxy
```

[w]: https://github.com/ember-intl/ember-intl/issues/1544