A CLI tool for helping you develop start pages that integrate with https://customstart.page.
- Node v8.11.1 or higher
- NPM v5.6.0 or higher
To use this with a start page:
npm install custom-start-page-tool --save
node ./node_modules/custom-start-page-tool/ server
- Run
npm link
in the root of this directory - Go to a startpage and run
npm link custom-start-page-tool
- Run
nodemon ../node_modules/custom-start-page-tool/ server --watch ../ --watch D:\\Dev\\Sites\\custom-start-page\\custom-start-page-tool
- Start developing!
- Run
npm pack
and verify the files before publishing - Ensure the version number of the package is up to date
- Run
npm publish
to push to NPM