Skip to content

Commit

Permalink
Add some primitive building instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 11, 2024
1 parent 048a60e commit 0565edd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

Modified version of scratch-paint for TurboWarp

## Building

```bash
git clone https://github.com/TurboWarp/scratch-paint.git
npm ci
npm start
npm run build
```

Development playground runs on http://localhost:8078/playground/. Note that http://localhost:8078/ gives you the **built** playground, not the development playground.

For more information, see https://docs.turbowarp.org/development/getting-started

## License

TurboWarp/scratch-paint is licensed under the GNU General Public License version 3.0. See LICENSE for more information.
Expand Down

0 comments on commit 0565edd

Please sign in to comment.