Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 720 Bytes

CONTRIBUTING.md

File metadata and controls

44 lines (31 loc) · 720 Bytes

Contributing

Setup

git clone [email protected]:epfl-si/ckeditor-twitter-embed.git
cd ckeditor-twitter-embed
npm i

Test

npm t

Run

python -m SimpleHTTPServer 8100

Example: http://localhost:8100/example/

Release

  1. Bump the correct version (npm version [<newversion> | major | minor | patch])
  2. Update the file CHANGELOG.md
  3. Create the tag (git tag -a v<version> -m "ckeditor-twitter-embed - <version>")
  4. Publish with npm publish

License

GNU General Public License Version 2

Copyright (c) 2020 ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, VPSI.

See the LICENSE file for more details.