Scheduling Widget
Because of CORS is not configured on API side
we should run Chrome in disable-web-security
mode,
to do this run the following command:
- MacOS:
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security --disable-site-isolation-trials
- Linux:
google-chrome --disable-web-security
You will need the following things properly installed on your computer.
- Git
- Node.js (with npm)
- Ember CLI
- Google Chrome
npm install
- You should create
.env
file and set variables. For development you can copy values from.sample.env
.
ember s
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
ember test
npm run lint