Skip to content

finite-loop/finiteloop

Repository files navigation

Finiteloop Site

Netlify Status

This is version 2 of Finiteloop site using gatsbjs v2

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

Local Install

Make sure that you have the Gatsby CLI program installed:

npm install --global gatsby-cli
    *or*
yarn global add gatsby-cli

Then you can run it by:

cd finiteloop-systems-v2
gatsby develop

Using Docker

https://hub.docker.com/r/finitelooplabs/website

git clone https://github.com/finite-loop/finiteloop.git (https)

    or

git clone git@github.com:finite-loop/finiteloop.git (ssh)

cd finiteloop

# Dev Environment

docker run --rm -p 8000:8000 -it -v $(pwd):/site finitelooplabs/website develop

# Production Build

docker run --rm -p 8000:8000 -it -v $(pwd):/site finitelooplabs/website build

#Staging Environment

docker run --rm -p 8000:8000 -it -v $(pwd):/site finitelooplabs/website stage

Deploy to Netlify

Deploy to Netlify