Skip to content

Commit

Permalink
Updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGeek committed Oct 21, 2023
1 parent a1795d2 commit 73ac229
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ There are a couple [GitHub Project boards](https://github.com/orgs/MicroPad/proj

## Building MicroPad
You will need the following:
- [Yarn](https://classic.yarnpkg.com/lang/en/) classic
- [Bun](https://bun.sh/)
- [Node.js](https://nodejs.org/en/)
- [Python 3](https://www.python.org/)

### Installing dependencies
```bash
git clone https://github.com/MicroPad/MicroPad-Core.git micropad-core
cd micropad-core/app
yarn
bun install
```

### Running a dev server
```bash
yarn start
bun run start
```
### Building for production
```bash
yarn build
bun run build
```

0 comments on commit 73ac229

Please sign in to comment.