Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 4e3e39d

Browse files
Merge pull request #7 from literallycanvas/docs/dev-instructions
docs: ✏️ add to dev instructions
2 parents 0432d3d + 2398a50 commit 4e3e39d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ Pull requests will be merged promptly if they are basically OK.
4242
Developing
4343
----------
4444

45-
Setup: `yarn install --dev`
45+
Setup: `yarn`
4646

47-
Watching and serving: `gulp dev`
47+
Build and watch: `yarn build:watch`
4848

49-
Go to `demo/simple.html` to see a simple pencil drawing example.
49+
Test and watch: `yarn test:watch`
50+
51+
Go to `demo/simple.html` to see a simple pencil drawing example.

0 commit comments

Comments
 (0)