Skip to content

Commit 6fd3321

Browse files
committed
#4 Add npm scripts to readme.md
1 parent 1574045 commit 6fd3321

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
@@ -47,6 +47,19 @@ Please see [Releases](https://github.com/InteractionDesignFoundation/nova-html-c
4747

4848
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
4949

50+
### Compiling Assets
51+
52+
```bash
53+
// Compile and minify your assets:
54+
npm run prod
55+
56+
// Compile your assets for local development:
57+
npm run dev
58+
59+
// Run the NPM "watch" command to auto-compile your assets when they are changed:
60+
npm run watch
61+
```
62+
5063
## License
5164

5265
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 commit comments

Comments
 (0)