This is a DuckDB-Wasm Shell project running with Next.js. It was bootstrapped with npx create-next-app@latest --typescript
.
Run the development server:
npm run dev
View website on http://localhost:3000.
Run tests:
npm run e2e
npm run e2e:headless
Lint and format:
npm run lint
npm run format