Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Move options above commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Aug 11, 2021
1 parent e4e4c9c commit 1c82d4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ npm install @borderless/site --save-dev

## Usage

Commands:

- `dev` Run a local development server with HMR
- `build` Generate client and server-side compatible bundles
- `list` List the pages in your SSR app

Options:

- `--root` Project root directory (default: `process.cwd()`)
- `--src` Directory to read source files (default: `src`)
- `--public-dir` Directory to serve as plain static assets (default: `public`)

Commands:

- `dev` Run a local development server with HMR
- `build` Generate client and server-side compatible bundles
- `list` List the pages in your SSR app

### Dev

Run a local development server with hot reload support
Expand Down

0 comments on commit 1c82d4c

Please sign in to comment.