Events hosted by the Dat foundation, published on events.dat.foundation.
Built with Eleventy and deployed through Netlify.
To develop locally:
cd website
npm run i
npm run dev
To build the static export:
npm run build
The static export then is in website/dist
.
The build process will download files in a cache (see build log), this may grow large and it might be a good idea to clean it every now and then.