The public website is here https://ohsblazerbots.github.io/blazerbots/
For the easiest setup, use GitHub Codespaces.
- From the repo page on GitHub, go to
Code->Codespaces->Create codespace. - Wait a bit for the Codespace to initialize. Once ready, you may skip to step 3 of the guide below.
-
Setup the repo.
# Clone repo git clone https://github.com/OHSBlazerbots/blazerbots # Navigate to project directory cd blazerbots/ # Install dependencies npm install
-
Start developing.
Start up the project.
npm start
-
Open the code and start customizing!
Your site is now running at http://localhost:8000!
Edit
src/pages/index.tsxto see your site update in real-time!Note: For Codespaces, the site address will differ. Additionally, consider changing the Forwarded Port's visibility to
Public, to make collaboration with teammates easier. -
Learn more
The devcontainer configuration used by Codespaces can also be used to setup a development environment on a local machine. For more information on this setup with VS Code, see here: https://code.visualstudio.com/docs/devcontainers/containers#_getting-started