Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.36 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.36 KB

Getting Started

Check your development environment! You'll need Node.js, the Gatsby CLI and node-gyp installed. The official Gatsby website also lists two articles regarding this topic:

npm install
gatsby develop

Adding new features/plugins

You can add other features by having a look at the official plugins page.

Building your site

gatby build

Infrastructure of this site

This site is built with GatsbyJS using the gatsby-universal template. This decision was made to get something oof the ground quickly

CSS

The CSS is power through a combination styled-components, the global.css file, and inline JSX (for global overrides).

Copy the content of the public folder to your webhost or use a website like Netlify which automates that for you.