seriouslysean / monster-hunter-now-events

A tool that auto-generates calendar events for Monster Hunter Now by scraping web news articles, processing them with AI, and creating a convenient calendar subscription.
https://seriouslysean.github.io/monster-hunter-now-events/
MIT License
9 stars 9 forks source link

Rewrite index.html in to a static Vue app #52

Open seriouslysean opened 11 months ago

seriouslysean commented 11 months ago

Feature Description

By converting to a static Vue app it’ll help segment the code, more logically separate the concerns and make it easier to update long term. Using something like nuxt would be preferred.

this also likely means rewriting the deploy logic and changing where we store assets, etc.

Small challenge to solve with the dist folder being used for the event generation, but should be easily surmountable with some naming adjustments.