colorado-sun-extras

The Colorado Sun Extras

Interactive extras and data visualizations from The Colorado Sun

Setup

Place your self-contained HTML files in public/html-files/ and they’ll automatically appear in the dropdown menu.

Development

npm run develop

Visit http://localhost:8000

Deployment

npm run build
git push origin main

The site will be live at your GitHub Pages URL.

Adding Files

  1. Create a self-contained HTML file (all CSS/JS/assets included)
  2. Place it in public/html-files/
  3. Run npm run build or push to main branch
  4. The file will automatically appear in the dropdown

Built with Gatsby