Edit src/data/archives.json
Format is:
{
"category": "Name of section",
"links": [
{
"name": "Name of archive",
"url": "LINK_TO_ARCHIVE"
}
]
}
npm install
npm run dev
This website is using Astro for the framework and Svelte for any Javascript.