/techbrew

Website for Tech Brew Labs

Primary LanguageJavaScriptMIT LicenseMIT

techbrew

Website for Tech Brew Labs. View website

Stack

Built with Gatsby v1, a static-site generator for React.js

Contributing

Requirements

Node >=8 && npm >=5

Setup

  • Install dependencies:
npm install
  • Create a file called .env.development and configure GATSBY_DISCORD_CONTACT_WEB_HOOK to your Discord Web Hook (used in the Contact page):
GATSBY_DISCORD_CONTACT_WEB_HOOK=<paste_discord_web_hook_here>
  • Run Gatsby to watch for file changes
npm run develop
  • Open up your browser and go to localhost:8000.

Deployment

Currently, Netlify is used for continuous deployment and to host this website.

  • Set environment config GATSBY_DISCORD_CONTACT_WEB_HOOK to your Discord Web Hook (used in the Contact page).

  • Create the build.

gatsby build
  • Set your web server's public root path to /public.

Attribution