Skip to content

hellocoop/greenfielddemo

Repository files navigation

Greenfield Demo

This repo contains the source code powering https://greenfielddemo.com/.

Getting started

Prerequisites

  1. Git
  2. Node (>=16.0.0), npm (>=7.0.0)
  3. A fork of the repo (for any contributions)
  4. A clone of the greenfielddemo repo on your local machine

Running locally

  1. cd S3
  2. npx http-server . -p 3000 to serve the static files
  3. open http://localhost:3000 to open the site in your favorite browser

License

MIT