-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
328b232
commit 3a1aeb0
Showing
2 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters