You don't need to be able to code but you will need a (free) GitHub account in order to contribute.
- You will need to create a new file in
_examples
folder here - Follow this structure for your contribution
- Create a Pull Request with your changes
- Fork this repo
- Make sure you have ruby installed and install bundler gem:
gem install bundle
- Install bundle:
bundle install
- Install required Node.js dependencies:
npm install
- Build or/and watch in one terminal:
npm run sass:build npm run sass:watch
- Run development server in other terminal:
./development.sh
- Create a PR