Skip to content

jpbnetley/joke-of-the-day

Repository files navigation

CI

Joke of the day

This app pulls a random joke from reddit.com/r/jokes

Getting started

Requirements

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: