emberclear can be built and run with
cd client/web/emberclear
yarn install
yarn start:dev
and then can be visited at https://localhost:4201/
.
Run the tests locally with
cd client/web/emberclear
yarn test
git submodule update --init --recursive
cd client/web/emberclear && yarn start:dev
Module Resolution:
// shows all detected services
Object.keys(window.requirejs.entries).filter(b => b.includes("service"))
File Watch Problems?
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p