Skip to content

rungulus/roosterteeth-archival-website

Repository files navigation

Add links

Edit src/data/archives.json

Format is:

{
  "category": "Name of section",
  "links": [
    {
      "name": "Name of archive",
      "url": "LINK_TO_ARCHIVE"
    }
  ]
}

Run dev website

npm install

npm run dev

This website is using Astro for the framework and Svelte for any Javascript.