Skip to content

GitFitCode/gfc-site-v2

Repository files navigation

Setting up the project

What you'll need

Installing dependencies

pnpm i

Setting up .env

  • Create a .env file at the root of your project with the same variables as .env.example.

  • Populate fields in the .env file.

    • Ask Sirrele, Pratik, Albert, or Dom for keys.

Runing the project

pnpm start

Development

Commit message

When committing code to the repo, please follow the commit message guidelines/patterns set here and here.

Deploying to Google Cloud

1. Make sure you are authenticated to Gcloud and have permissions

gcloud auth login

2. Set target project as default

gcloud config set project gfc-website-313010

3. Create a production build

pnpm run build

4. Deploy

gcloud app deploy

Packages

 
 
 

Contributors