Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Renovamen committed Aug 20, 2022
1 parent 14625ff commit 54cabce
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,21 @@ Powered by [React](https://reactjs.org/) + [React Redux](https://react-redux.js.

## Usage

Clone the repo and install dependencies:

```bash
pnpm install
```

# serve with hot reload, open http://localhost:3000 to view it in the browser
Start dev server (with hot reloading):

```bash
pnpm dev
```

Build for production with minification to the `dist` folder:

# build for production with minification to the `dist` folder
```bash
pnpm build
```

Expand Down

0 comments on commit 54cabce

Please sign in to comment.