Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dadleyy/oncore
- Owner: dadleyy
- License: mit
- Created: 2021-09-21T20:24:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T15:07:28.000Z (almost 2 years ago)
- Last Synced: 2023-03-24T02:57:37.379Z (almost 2 years ago)
- Topics: ember
- Language: TypeScript
- Homepage: https://www.krumpled.com/twowaiyo
- Size: 5.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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