/pykonik.org

New Pykonik webiste.

Primary LanguageHTMLMIT LicenseMIT

Pykonik

Build Status

Pykonik.org website.

http://pykonik.org

Local install and setup

You can run provision-new-dev-envirionment.sh on your dev environment – it will create everything necessary (using virutalenv) for basic development. For more info read the script, or ask us on slack.

https://pykonik.slack.com/ or https://join-slack.pykonik.org/

Contributing

  1. Make a fork of https://github.com/pykonik/pykonik.org
  2. Make changes in your fork (ideally on a feature/bugfix branch)
  3. Make sure your branch is based on latest upstream/master (git fetch upstream) (provision-new-dev-envirionment.sh adds pykonik/pykonik.org as upstream)
  4. Push your changes.
  5. Create a pull request to pykonik/pykonik.org, targeting master.