git clone [email protected]:epfl-si/ckeditor-twitter-embed.git
cd ckeditor-twitter-embed
npm i
npm t
python -m SimpleHTTPServer 8100
Example: http://localhost:8100/example/
- Bump the correct version (
npm version [<newversion> | major | minor | patch]
) - Update the file CHANGELOG.md
- Create the tag (
git tag -a v<version> -m "ckeditor-twitter-embed - <version>"
) - Publish with
npm publish
GNU General Public License Version 2
Copyright (c) 2020 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI.
See the LICENSE file for more details.