Source Code for https://devto-wrapped.sliplane.app
This is based on my hackathon starter template.
It includes:
Clone the repository:
git clone https://github.com/Code42Cate/devto-wrapped.git
Install dependencies:
pnpm install
Start the web app:
pnpm run dev --filter web
Use the pre-made script:
pnpm install # if you haven't already
pnpm ui:add <component-name>
This works just like the add command in the
shadcn/ui
CLI.
Build the image:
docker build -t devto-wrapped -f web.Dockerfile .
MIT