This repo holds our digital assets, our website, and our league documents publicly.
To view the website go to: https://www.thebachafpv.org
- The website is built with Vite and React.
- Source code is in the
src/directory. - To run locally:
- Clone the repo:
git clone https://github.com/thebachafpv/ThebachaFPVWeb.git - Install dependencies:
npm install - Start the dev server:
npm run dev - Open http://localhost:5173 in your browser.
- Clone the repo:
- To build for production:
npm run build - To preview the production build:
npm run preview - To deploy to GitHub Pages:
gh-pages -d dist(after building)
- League documents and resources are in the
foundations/andregs/folders. - These are Markdown files for reference and sharing.
- If you want to link to a document, use the GitHub URL, e.g.:
https://github.com/thebachafpv/ThebachaFPVWeb/blob/main/foundations/1.1.md
- Fork the repo and create a branch for your changes.
- Open a pull request with a clear description of your changes.
- If you find a bug or have a suggestion, please open an issue in the GitHub repo.
For questions, contact the league organizers or open an issue.