-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing to Flexibox
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.
- Open a Pull Request
- Ensure all CI tests pass
- Await code review
- As few dependencies as possible.
- No build script needed.
- Contribute to documentation for Browserium
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.