Load crosswords feeds from providers
- Clone the repository
git clone git@src.softgames.de:web/crosswords/loader.git
- Switch to that repo
cd loader
- Install npm packages
npm install
- Build
npm run build
- Make sure you have the popper access rights to the npm module: https://www.npmjs.com/package/@sgorg/crosswords-loader. Most SBS members will be able to provide you access.
- Make sure you are logged into the npm account that has the access rights, you can login using
npm login
- Add your changes to the
CHANGELOG.md
under "## [Unreleased]" - Merge your changes into master
- npm version (major|minor|patch)
- git push origin master
- git push -u origin --tags
- npm run build
- npm publish