Skip to content

ProjectEvergreen/greenwood-getting-started

Repository files navigation

greenwood-getting-started

Netlify Status

Overview

Companion repository for Greenwood's Getting Started guide. See it live in Stackblitz! ⚡

getting-started-screenshot

Development

  1. Clone the repo
  2. Have the latest NodeJS LTS installed (or run nvm use)
  3. Run npm ci

Workflows

  • npm run dev - Start the local development server
  • npm run serve - Generate a production build and serve it locally