git clone <repository-url>
cd event-perk-grid
yarn install
yarn run lint
yarn run lint:fix
See test-setup.ts for information about useful test setup hooks.
yarn start
- Runs the test suite in "watch mode" using a webpack dev server
yarn test
– Runs the test suite
See the Release guide for details.
Tab 1: Run the build in watch mode so that docs examples are guaranteed to be running the latest versions of the library. (Note: This doesn't apply to the script tag example)
yarn build --watch
Tab 2: Run the docs command in watch mode so that the docs app will have the latest typedoc information.
yarn docs --watch
Tab 3: Start the Ember server.
cd docs && yarn start
Visit http://localhost:4200/
NOTE: This is done automatically during releases.
yarn docs:deploy