This repository contains the source code for several websites related to ByteForce, a robotics team from "Vasile Alecsandri" National College in Galați, Romania.
This is the current og website for ByteForce.
To run this project locally, navigate to the new-bf-site directory and run the following commands:
bun install
bun run dev
This is the previous test version of the ByteForce website.
To run this project locally, navigate to the old-bf-site directory and run the following commands:
bun install
bun run dev
This is a landing page for a ByteForce event in 2023.
To run this project locally, navigate to the demo2023 directory and run the following commands:
bun install
bun run dev
This is the website for "Zero2Byte", a coding program organized by ByteForce.
To run this project locally, navigate to the zero2byte directory and run the following commands:
bun install
bun run dev