My entry for the SvelteHack 2023 competition. An experiment with WebAssembly, Web Workers, SvelteKit, and the Web Audio API. Check out the live demo at https://voxviewer.vercel.app
To run this project locally, you'll need the following software installed:
Get started by cloning the repository using the following command:
git clone [email protected]:acdamiani/cryptools.git
Then, do some project installation.
# install pnpm dependencies
pnpm install
# build the Rust crate
pnpm build:wasm
Once you've cloned the project, installed dependencies, and built the Rust crate, start a development server:
pnpm dev
If you want to preview the built version of the project (make sure you run pnpm build:wasm
first):
# build the project
pnpm build
# preview the built project
pnpm preview