|
||
---|---|---|
.vscode | ||
dist | ||
src | ||
static | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.prettierrx.js | ||
.tool-versions | ||
LICENSE | ||
README.md | ||
index.html | ||
package-lock.json | ||
package.json |
README.md
ThreeJS Audio Visualizer
Currently a work in progress. It will be able to take in an MP3 file, and distort the imported 3D hand model along to the highs and lows.
Development
To get started, you simply need to run the following commands:
npm install && npm run dev
Then you can access localhost:8000. There's no hot code reloading, so you'll need to refresh after any code changes.
Deploy
Run npm run build
then serve index.html, dist, and static.