Skip to content

thedemodev/skirtcraft-web

 
 

Repository files navigation

Summary

The Skirtcraft website.

Build with Gatsby, React, and TypeScript.

Setup

  1. npm install
  2. install -g gatsby-cli
  3. Copy .env._example to .env.development and to .env.production, and populate with values

Run Locally

npm start

or npm run build and then npm run serve

Deploy

npm run deploy (does build also)

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.5%
  • JavaScript 3.2%
  • CSS 0.3%