cosmicds / blaze-star-nova

MIT License
0 stars 4 forks source link

Initial story configuration #1

Closed Carifio24 closed 3 months ago

Carifio24 commented 3 months ago

This PR does some initial configuration of the story:

Rather than include the logic for constructing the horizon inside of the component, I've refactored that to live in separate functions in horizon.ts. I think this should keep the main story component simpler. This also required a bit of logic tweaking related to the fact that we're now using Composition API, but this gives us an example of how to set up the horizon functionality in the new context.