raoulmillais / gatsby-theme-parity-website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parity Logo

Parity Website Theme

Teamplate Designed for Parity Technologies, & related websites.

Important Convention Note

Always create your own branch to work on the site. Use staging for testing. Both Netlify flags towards the bottom display status of staging and main site. main is production ONLY and deployed by dedicated Dev or Comms team through Forestry.

Status Staging

(Password protected; ask in Web Channel on Mattermost)

Netlify Status

🚀 Quick start

  1. Clone the Repo

    # create a new folder to get going
    git clone https://github.com/paritytechmarcomms/gatsby-theme-parity-events.git
  2. Get Setup

    Navigate into your new site’s directory and install all dependencies.

    cd my-folder/
    yarn
  3. Fire the engine

    Navigate into your new site’s directory and use the following command to start the development server locally.

    cd my-folder/
    yarn dev
  4. Open the code and start customizing!

    Your site is now running at http://localhost:8000! And your GraphiQL data layer is running at http://localhost:8000/__graphql

    Edit to see your site update in real-time!

  5. Learn more about Gatbsy

About

License:BSD Zero Clause License


Languages

Language:TypeScript 93.3%Language:JavaScript 3.7%Language:CSS 3.0%Language:Vim Snippet 0.0%