Skip to content

Commit 0565edd

Browse files
committed
Add some primitive building instructions
1 parent 048a60e commit 0565edd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
Modified version of scratch-paint for TurboWarp
44

5+
## Building
6+
7+
```bash
8+
git clone https://github.com/TurboWarp/scratch-paint.git
9+
npm ci
10+
npm start
11+
npm run build
12+
```
13+
14+
Development playground runs on http://localhost:8078/playground/. Note that http://localhost:8078/ gives you the **built** playground, not the development playground.
15+
16+
For more information, see https://docs.turbowarp.org/development/getting-started
17+
518
## License
619

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

0 commit comments

Comments
 (0)