A template for creating Polis conversations about Ethereum topics.
To create a new conversation about a different Ethereum topic:
- Update your configuration in
./src/config.ts
. - Update the images:
- Open Graph image in
./static/og-image.png
- Educational diagram in
./static/educational-diagram.png
- Favicon in
./static/favicon.svg
- Open Graph image in
Once you've customized the configuration, start a development server:
bun install # Install dependencies (first time only)
bun dev # Start development server
To create a production version of your app:
bun run build
You can preview the production build with bun run preview
.
The site is designed to be easily deployed to Cloudflare Pages or any similar static hosting service.
MIT License