A foundation for interactive animations built on Vite
npm i
npm start
All available examples are located in the /src/modules/
directory. To use a different example, simply change the following line in /src/index.ts
import Example from './modules/WhateverExample';
# Build and optimize for production
# The resulting /dist directory can be deployed anywhere…
npm run build
# OR configure deployment with Netlify…
# Deploys will happen after every git push
npx netlify-cli init