/2381_website

2381 Robotics website

Primary LanguageTypeScript

2381_website

About

2381 Kernel Bye Robotics is a high school VEX robotics club run at Colonel By Secondary School in Ottawa, Canada. This website, located at 2381.tech, was created to serve as an information repository for our robotics club and to provide valuable knowledge about VEX Robotics for newer members.

Running locally

First clone this repository:

$ git clone https://github.com/malav-mehta/2381-website.git
$ cd 2381-website

Next, install the dependencies and build the application:

$ yarn install

Then, start the project by running:

$ yarn start

Finally, open your browser to localhost:3000 to view the website.

Tech stack