Opinionated collection of articles, films, podcasts and other artefacts related to the climate crisis.
This is the source code of the website climate.jonasparnow.com.
It’s a work in progress.
This blog is built with SvelteKit and Tailwind. Special attention was paid to minimal size, accessibility and web standards. The CMS for this blog is Pocketbase because of its lightness. It runs on Pockethost.io. The page itself is hosted on Cloudflare Pages.
Fetch the content from Pocketbase:
make fetch
Once you've created a project and installed dependencies with bun install
start a development server:
bun run dev
To create a production version of your app:
npm run build