Joke of the day This app pulls a random joke from reddit.com/r/jokes Reddit api Getting started Requirements nodeJS pnpm package manager Install pnpm globally npm install -g pnpm Install dependencies pnpm i Running the project dev pnpm run dev Production Build for production: pnpm run build Start production build pnpm run start Deployed site: Production Dev Additional resources