There are many areas we can use contributions - ranging from code, documentation, feature proposals, issue triage, samples, and content creation.
First, please read the code of conduct. By participating, you're expected to uphold this code.
- Clone and setup
# Clone all submodules
git submodule update --init --recursive
# Install NPM dependencies
npm install
- Run Hugo server
$ hugo server
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
You can visit localhost:1313 in browser to preview website.
- Create a new branch
- Make your changes
- Verify your changes locally with Hugo server
- Commit and push your changes to the branch
- Raise a PR to default branch, verify changes with Netlify preview URL
- Once PR is merged, your changes would be live on the site