Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement/getting started guide refresh #88

Merged
merged 6 commits into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.20.0
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# 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](https://www.greenwoodjs.io/getting-started) guide. See it live in [Stackblitz](https://stackblitz.com/github/projectevergreen/greenwood-getting-started?embed=1)! ⚡

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. Run `npm install`
1. Have the latest NodeJS LTS installed (or run `nvm use`)
1. Run `npm ci`

### Workflows
- `npm start` - Runs `greenwood develop`
- `npm run build` - Runs `greenwood build`
- `npm run serve` - Runs the build and starts up a local web server at `localhost:8000`

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