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

Latest commit

 

History

History
30 lines (20 loc) · 630 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 630 Bytes

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.