-
Notifications
You must be signed in to change notification settings - Fork 1
Deploying the website for your team
Minhtet Htoon edited this page May 30, 2022
·
2 revisions
This project is open source so that other FIRST teams may use it as a template
- Basic knowledge of Javascript, Typescript, React and NextJS
- NodeJS >=14.5.0 & Yarn
-
Turn on your computer
-
Download repository
-
Get Google Calendar API Key and ID (Just lookup how to do this)
-
Create a
.env
file at your project root. DO NOT COMMIT THIS FILE TO SOURCE CONTROLi. Add the following lines
KEY=<YOUR_API_KEY>
-
Run
yarn install
to install dependencies -
Run a development server using
yarn dev
-
Change files in the
public
directory with photos of your team -
Go through
pages
andcomponent
directories changing "Project Y" to your team name and "4153" to your team number. -
Change any paragraphs on pages you need to.
-
When your done, run
yarn analyze
to see bundle size and check that your page builds before deploying to hosting