Skip to content

Contributing to Flexibox

Soumyajit Basu (C0r3f!nd3r) edited this page Sep 7, 2020 · 1 revision

Contributing

Bug reports and pull requests are welcome on GitHub at . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Submitting code changes:

  • Open a Pull Request
  • Ensure all CI tests pass
  • Await code review

Design and development principles of this theme:

  1. As few dependencies as possible.
  2. No build script needed.
  3. Contribute to documentation for Browserium

Development

To set up your environment to develop this theme, do a git clone git@github.com:browserium/Browserium.git or https://github.com/browserium/Browserium.git. If you are cloning the latest version of the code, it runs on python3. Please create a virtual environment using python3. Once you activate the virtual environment navigate to the project directory and run the command python3 setup.py install. In case if you are not using a virtual environment run the command python3 setup.py install --user. Although, using a virtual environment for development is recommended.