Skip to content

BeatblockTools/website

Repository files navigation

Website

BeatblockTools' website, built using Docusaurus.

Contributing

Requirements

Getting Started

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published