JayFliz / getmefit

Get Me Fit Beta

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Get Me Fit

Get Me Fit is a platform where fitness instructors can host & sell their classes live & online to support people isolating at home

Stack

How it works

  • Gatsby renders all unauthenticated routes as usual static pages.
  • Authenticated routes are whitelisted as client-only (/*).
  • Logged-out users are redirected to the login page if they attempt to visit private routes.
  • Logged-in users will see their private content.

Getting Started

  1. Create the .env by copying .env.example
  2. Fill in correct Enviroment Details (Firebase)
  3. run npm install
  4. run gatsby develop

Production

The production version is hosted on Netlify. Whenever a new PR get's merged into master Netlify will rebuild by running gatsby build. Production enviroment variables have also been added to Netlify

Extra Reads

About

Get Me Fit Beta

License:MIT License


Languages

Language:JavaScript 95.2%Language:CSS 4.8%