Meteor packages for a great React developer experience
These prerequisites are for developing these packages, not for using them.
- node@8
- npm@5
- Install
mkdocs
withpip
- Run
mkdocs serve
from the root of the repository
Run
npm run lint
Note this does not yet all lint. Working on it.
Due to difficulties in testing packages with "peer" NPM dependencies, we've worked around by moving package tests into harness test apps. You can find them in tests/
.
Due to the dependency graph, the order these packages are published in can be important.
In order to simplify the process, the ./publish-packages.sh
script can be
used to automatically bump package versions and publish the packages in the
correct order.
This is a shortcut to the script in
scripts/publish-packages/index.js
.