-
DO NOT push directly to ipylabeler
main
branch- Instead, push to your own branch on GitHub
- Create pull request to merge your changes (review required before merging)
- 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
- 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