Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooney committed Aug 30, 2023
1 parent 66857c5 commit 63b60ff
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ npm run start

From the project directory, you can run the following scripts with `npm` or `yarn`.

| Script | Usage |
|---------------------- |------------------------------------------------------------------------------------------------------------------------------- |
| `npm run start` | Runs the demo app in development mode @ [http://localhost:3000](http://localhost:3000). |
| `npm run build` | Builds a production version of the package to the `dist` directory with [Microbundle](https://github.com/developit/microbundle). |
| `npm run build:docs` | Builds the demo app to the `docs` directory for deployment to [Github Pages](https://pages.github.com/). |
| Script | Usage |
|----------------------: |------------------------------------------------------------------------------------------------------------------------------- |
| `npm run start` | Runs the demo app in development mode @ [http://localhost:3000](http://localhost:3000). |
| `npm run build` | Builds a production version of the package to the `dist` directory with [Microbundle](https://github.com/developit/microbundle). |
| `npm run build:docs` | Builds the demo app to the `docs` directory for deployment to [Github Pages](https://pages.github.com/). |

## Project Directory Structure

| Folder | Description |
|----------- |--------------------------- |
| `src` | Demo app source files. |
| `src/lib` | All package source files. |
| `public` | Local website frontend. |
| Folder | Description |
|-----------: |--------------------------- |
| `src` | Demo app source files. |
| `src/lib` | All package source files. |
| `public` | Local website frontend. |

## Getting Started

Expand Down

0 comments on commit 63b60ff

Please sign in to comment.