- Ensure the bug was not already reported by searching on GitHub under Issues.
- If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible.
Use Node >= 10 version as development environment.
git clone https://github.com/jdf2e/rocketact.git
cd rocketact
yarn && yarn bootstrap
cd packages/rocketact-scripts/test/fixture/simple/ && yarn && cd -
yarn build
# or build a specific package
yarn build -- --scope rockeatct
yarn test
# or start watch mode
yarn test -- --watch
yarn commit
Rocketact uses Docusaurus to maintain its documentation.
If you want to preview the website locally, you can:
cd docusaurus/website
yarn
yarn start
Changes made to the documentation files will be reloaded into browser.
❤️❤️❤️ Thanks! ❤️❤️❤️