Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Very simple static website, to work as an example for our CD/CI course.

Notifications You must be signed in to change notification settings

continuum/cd-course-example-static

Repository files navigation

cd-course-example-static

Very simple static website, to work as an example for our CD/CI course.

It was created with Gatsby. For an overview of the project structure please refer to the Gatsby documentation - Building with Components

Development setup

Make sure you have a working Node.js environment first. Then you need to install gatsby to work with this site. To do so run:

$ npm install --global gatsby-cli

Then also install all the project dependencies with:

$ npm install

After installing gatsby you can run it live on your development machine with:

$ gatsby develop

And you can export the static site running:

$ gatsby build

...which will build everything under public/.

About

Very simple static website, to work as an example for our CD/CI course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published