Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.19 KB

crud-landing - Landing page for crud

Uses gatsby with vanilla JS and pure css. Hosted via github pages. Available at crud.gedankenessen.de

Getting started

This is a very basic gatsby project under the hood, created with the gatsby-starter-hello-world template, so all of those requirements and commands are relevant here, too.

Requirements

  • Node
  • A text editor

Installation

Clone the repo and run:

npm i

Running locally

The following provides a hot-reloading page on localhost:8000.

npm run develop

Deploying

Gatbsy and gh-pages are so configered that the following command automatically builds and publishes to crud.gedankenessen.de.

npm run deploy