File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,11 +80,11 @@ This website is continuously monitored for:
8080
8181``` bash
8282# Clone the repository
83- git clone https://github.com/DavidKRK/DavidKRK.github.io.git
83+ git clone https://github.com/DavidKRK/DavidKRK.github.io
8484cd DavidKRK.github.io
8585
8686# Install dependencies
87- npm install
87+ npm ci
8888
8989# Build optimized assets
9090npm run build
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This example displays how to construct a basic audio player using howler.js as t
1212
1313## How-To
14141 . Clone the git repo or download the source:
15- * ** Clone:** ` git clone https://github.com/goldfire/howler.js.git `
15+ * ** Clone:** ` git clone https://github.com/goldfire/howler.js `
1616 * ** Download:** [ https://codeload.github.com/goldfire/howler.js/zip/refs/heads/master ] ( https://codeload.github.com/goldfire/howler.js/zip/refs/heads/master )
17172 . Open ` index.html ` in your favorite browser.
1818
You can’t perform that action at this time.
0 commit comments