BeatblockTools' website, built using Docusaurus.
- Git (https://git-scm.com/)
- pnpm (https://pnpm.io/installation)
-
Fork the repo
-
Clone the fork
git clone https://github.com/<Your Name>/<Fork's Name>.git
cd <Fork's Name>
- Add the main repo as upstream
git remote add upstream https://github.com/BeatblockTools/website.git
- Install dependencies
pnpm install
- Create a new branch for your changes
git checkout -b feature/your-feature-name
- Test your changes locally
pnpm run start
- Push the changes
git push origin feature/your-feature-name
- Create a pull request