The project requires NodeJS, pnpm and git (if using to download or share changes).
- Clone the repository
git clone https://github.com/The-Noah/bzfs-plugins.git- Install dependencies
pnpm install- Start development server
pnpm dev
# or start the server and open the app in a new browser tab
pnpm dev --openTo create a production version:
pnpm buildYou can preview the production build with pnpm preview.