git clone <repository-url>cd @universal-ember/tablepnpm install
pnpm lintpnpm lint:fix
cd @universal-ember/tablepnpm build
cd test-apppnpm start– starts the test app and tests are available at/testspnpm test:ember– runs the ember tests for the current environment
cd docs-apppnpm start– starts the test app and tests are available at/tests
pnpm start- starts the addon, the tests, the docs app and the docs API
This will be used to update the changelog when GitHub releases a new version of the addon.
Until this pnpm issue#4965 is fixed,
with the peer-dependency requirements of this repo, every time you re-build the addon,
you'll need to re-run pnpm install to re-create the links in the local node_modules/.pnpm store.
Thankfully, this is pretty fast.