RelaxReddit was inspired by ShowerThoughts (source code). But instead of pulling quotes from the /r/ShowerThoughts subreddit, RelaxReddit pulls from /r/quotes.
To pause the quotes and images from refreshing, use the Stop Refreshing button.
Credits for the quotes and images are in the bottom right corner.
RelaxReddit is built with Vue.js.
To use browser-sync to run a dev server, run npm run dev
.
To run linter on Javascript files: npm run lint
To run unit tests: jasmine
OR npm test