public-assembly / flexible-docs

Flexible documentation.
https://docs.flexible.works/
MIT License
2 stars 0 forks source link

Contribution Guidelines

Thanks for giving a little extra love to our docs! Below are some basic guidelines to follow to get your PR merged :)

Creating a Pull Request

A standard flow to set up a fork

Set up your fork with the following terminal commands, or an alteration of them to suit your environment:

git remote add upstream https://github.com/public-assembly/flexible-dao-interfaces-docs.git
git fetch upstream
git pull --rebase upstream main
git checkout -b "<your-name>/my-contribution"

Website

This is built on an open source template for creating documentation with Nextra.

Local Development

First, run yarn to install the dependencies.

Then, run yarn dev to start the development server and visit localhost:3000.

License

This project is licensed under the MIT License.