This repository contains the files for https://acrnlive.web.app. The streaming site for Ohio University's student run college internet radio station. This README is made for future maintainers of the site, and provides instructions for setup, hosting migration, and maintainence.
This project uses:
- Svelte CLI (
sv) v0.9.9 - Node.js v22.15.0
- NPM v10.9.2
If you dont yet have these installed check out the svelte documentation
If you have no experience with a CLI you can download a pre-built version of the site that currently only works on firebase. It's located in the release section, which includes detailed usage instructions.
- Clone this repo:
git clone https://github.com/ElijahBeard/acrn-live.git cd acrn-live - Install dependencies
npm install
- Test
npm run dev
If you want to move to a different hosting service or have dependancy issues with the setup instructions. It's a safer bet to use the migration script.
./migrate.sh <new-svelte-app>The ACRN style guide should be available in any exec drive folder.
If you need access to web assets, they are on the visuals department google drive. Also available in static/images/
Primary Red - #B8252D
Secondary Red - #FB3B45
Dark Grey - #2E2E2E
Grey - #757575
White - #FFFFFF
Black - #000000
You can email me at elijahbeard24@gmail.com if you have any questions regarding this site, or acrn.com.