/gatsby-starter-redi-school

A Gatsby starter for ReDI School using Rebass components

Primary LanguageJavaScriptMIT LicenseMIT

gatsby-starter-default

The default Gatsby starter

Install this starter (assuming Gatsby is installed) by running from your CLI:

gatsby new gatsby-redi-school gh:olifante/gatsby-starter-redi-school

Build the image

docker build --tag gatsby-redi-school .

or

docker build \
    --tag gatsby-redi-school \
    .

Run the image

docker run -it --publish 8000:8000 --rm --name my_gatsby-redi-school gatsby-redi-school

or

docker run \
    --interactive \
    --tty \
    --publish 8000:8000 \
    --rm \
    --name my_gatsby-redi-school \
    gatsby-redi-school

Enter the container

docker exec -it my_gatsby-redi-school /bin/bash

or

docker exec \
    --interactive \
    --tty \
    my_gatsby-redi-school \
    /bin/bash

Deploy

Deploy to Netlify