Skip to content

Latest commit

 

History

History

site

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Mannequin Website

Built on Gatsby. For an overview of the project structure please refer to the Gatsby documentation - Building with Components

Getting Started

  1. yarn install to install dependencies.
  2. yarn develop to start a live development webserver.

Folder Structure

src/
  components/ # Stylized, dumb React components, including SASS files.
  docs/ # Markdown files for the /docs section.
  extensions/ # Markdown files for the /extensions section.
  fonts/ # Webfonts
  img/ # Static images referenced in components.
  layouts/ # Overall page wrapper
  scss/ # SASS for the site.
  templates/ # Gatsby templates for Markdown pages.
static/ # Static assets that are not a part of individual compoenents.
gatsby-config.js # Gatsby configuration file.
gatsby-node.js # Gatsby backend configuration.