Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 422 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 422 Bytes

ACS DATABASE WEBSITE

A website made in Svelte and Sveltekit that displays the Anomaly Classification System Database.

The Database is built with the ACS Database Scraper

How To Build

The site utilizes Bun. In order to build run:

bun run build

If developing the site run:

bun dev