Skip to content

flodoesstuff/BeatblockToolsWebsite

 
 

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

Guide to modding Beatblock on the native linux build of the game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 58.2%
  • CSS 38.5%
  • MDX 3.3%