Super Basic Speed Reader Built with Svelte & Tailwind
Just a bit of fun as the old rapid serial visual presentation (RSVP) concept is kinda cool to explore a bit. It's nothing fancy, I'm sure there's some jankyness in the code, but overall it's pretty simple. If you're messing with Svelte or Tailwind for the first time you might find this useful to mess around with for a bit.
- Svelte as Framework
- Tailwind CSS for Styling
- Daisy UI as component library
- Clone the repo
git clone https://github.com/Gingerbreadfork/panic-reader/
- Change to the new directory with
cd panic-reader
- Install the dependencies with
npm i
- Test with
npm run dev
or build it for deployment withnpm run build
Drop a ⭐ and give me a yell on Twitter @gingerbreadfork 🤘