dadleyy / oncore

the emberjs frontend for twowaiyo

Home Page:https://www.krumpled.com/twowaiyo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oncore

The frontend for twowaiyo.


Prerequisites + Installation

This is an emberjs single-page, client-side application.

  • git clone git@github.com: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:

EMBROIDER_REBUILD_ADDONS=ember-intl npm run start:proxy

About

the emberjs frontend for twowaiyo

https://www.krumpled.com/twowaiyo

License:MIT License


Languages

Language:TypeScript 59.5%Language:Handlebars 20.1%Language:JavaScript 14.0%Language:CSS 4.3%Language:HTML 2.2%