Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

dat-ecosystem/public-events

Repository files navigation

Dat Events

Events hosted by the Dat foundation, published on events.dat.foundation.

Development

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.

Notes

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.