We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb0dff commit 5f67a15Copy full SHA for 5f67a15
README.md
@@ -28,6 +28,9 @@ dependencies. Install them with:
28
npm install
29
```
30
31
+This project uses **npm** for managing JavaScript dependencies and tracks
32
+exact versions in `package-lock.json`.
33
+
34
Bundled JavaScript is compiled from the source files in `assets/js/`. Run the
35
following to create `main.min.js` (minified with a banner) or watch for changes:
36
0 commit comments