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
./content/en/docs/
folder on a new branch. (for example:feature/content-my-new-post
)
git checkout -b feature/content-my-new-post
cd ./content/en/docs/
- Install the dependencies by running:
npm install
- Start the development server (will live reload with port 1313)
npm run start
- Make your changes and test them locally.
- Open a pull request on your branch to submit your changes.
🎉 Happy blogging!