This is the source code for the Crank website. We use Vite + React as our static site generator.
npm install
Run commands:
pnpm run dev # run a localhost:5173 dev server with HMR
pnpm run build # build site into dist/
pnpm run preview # preview the production build locally
pnpm run lint # run ESLint