Skip to content

Team-4153/4153-website

Repository files navigation

FRC Team 4153 Website

forthebadge

Powered by NextJS

Development and build instructions

Other teams: feel free to use this as a template for your own websites. Make sure you replace the banners, images and logo files (duh).

Needs NodeJS >= 14.5.0 and Yarn

  1. Clone repo using git
  2. Create Google API Keys for Google Calendar and Analytics
  3. Create a .env file at the project root DO NOT COMMIT THIS FILE
  4. Add the following lines to .env
KEY=<YOUR_CALENDAR_API_KEY>
  1. Install dependencies with yarn install. This may take a while depending on your internet so grab a cup of coffee or something
  2. Run development server with yarn run dev
  3. Change out files and have fun

Next Steps

  • Deploy to Vercel or Firebase. Other services may work, but I recommend these simply bc they're free, what I use, and relatively easy
    • Make sure you test first using yarn run build
  • Get a domain