For any UI/UX contributions, please open an issue first to discuss what you would like to change, figma if possible.
To contribute to the blog, follow these steps:
- Write your blog post in the
./docs/
folder on a new branch. (for example:content/content-my-new-post
)
git checkout -b content/content-my-new-post
cd ./docs/
- Install the dependencies by running:
yarn install
- Start the development server (will live reload on port
3000
)
yarn start
- Make your changes and test them locally.
- Open a pull request on your branch to submit your changes.
🎉 Happy blogging!