Requirements: Node.js 18 or later
Install pnpm if you haven't already, for example using brew:
brew install pnpmDownload the dependencies:
pnpm installAdd environment variables:
cp .env.example .env.localAdd your Dune API key
Setup a PostgreSQL database and add your DATABASE_URL. It will default to using an in memory database if you don't set one up.
Setup the database:
pnpm db:migrateThen, run the development server:
pnpm devOpen http://localhost:3000 in your browser.