An open API service indexing awesome lists of open source software.

https://github.com/projectevergreen/greenwood-getting-started

Companion repository for Greenwood's Getting Started guide
https://github.com/projectevergreen/greenwood-getting-started

greenwood hacktoberfest static-site-generator webcomponents

Last synced: 10 months ago
JSON representation

Companion repository for Greenwood's Getting Started guide

Awesome Lists containing this project

README

          

# greenwood-getting-started

[![Netlify Status](https://api.netlify.com/api/v1/badges/19b4e439-7f3b-41a2-a6f7-754647d6d5bc/deploy-status)](https://app.netlify.com/sites/vigorous-williams-62bdb4/deploys)

## Overview

Companion repository for Greenwood's [Getting Started guide](https://www.greenwoodjs.dev/guides/getting-started/). See it live in [Stackblitz](https://stackblitz.com/github/projectevergreen/greenwood-getting-started?embed=1)! ⚡

![getting-started-screenshot](https://s3.amazonaws.com/hosted.greenwoodjs.io/getting-started-repo-styled.png)

## Development

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

### Workflows

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