ipylabeler
v0.0.39
Published
## Commit process 1. **DO NOT** push directly to ipylabeler `main` branch * Instead, push to your own branch on GitHub 3. [Create pull request](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-
Downloads
45
Readme
ipylabeler
Commit process
- DO NOT push directly to ipylabeler
mainbranch- Instead, push to your own branch on GitHub
- Create pull request to merge your changes (review required before merging)
Initial setup process
- Install Node.js
- Under root folder
- run
npm install - run
npm run build - run
sodu npm link
- run
- Under ./ipylabeler_sims
- run
npm install - run
npm link ipylabeler
- run
Development process
- Under root folder
- run
npm run watch
- run
- Under ./ipylabeler_sims
- run
npm run dev
- run
Webpack watches files and recompiles whenever they change. Wait for the localhost to finish restarting, and then refresh website to see the updated page
