Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 808 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 808 Bytes

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