crud-landing - Landing page for crud
Uses gatsby with vanilla JS and pure css. Hosted via github pages. Available at crud.gedankenessen.de
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.
- Node
- A text editor
Clone the repo and run:
npm i
The following provides a hot-reloading page on localhost:8000.
npm run develop
Gatbsy and gh-pages are so configered that the following command automatically builds and publishes to crud.gedankenessen.de.
npm run deploy