New website can be found at flashblaze.xyz and the repo is at flashblaze-astro
Old website: old.flashblaze.xyz
Deployed on Vercel
- Clone the repo using
git clone https://github.com/flashblaze/flashblaze-website.git - Go into the directory and install dependencies using yarn
cd flashblaze-website && yarn - Create a table with name views and 3 columns:
id: autoincrement int8post: textviews: int8
- Create
.env.developmentand.env.productionto store the environment variables and enter them like so or copy the.env.examplefile contents:
GATSBY_GRAPHQL_IDE=playground
GATSBY_SUPABASE_URL=SUPABSE_URL
GATSBY_SUPABASE_ANON_KEY=SUPABASE_KEY
- Replace the GATSBY_SUPABASE_URL and GATSBY_SUPABASE_ANON_KEY with your keys
- Start the project using yarn:
yarn start