Code42Cate / devto-wrapped

dev.to wrapped 2023 app
https://devto-wrapped.sliplane.app/
MIT License
5 stars 0 forks source link

Dev.to wrapped 2023

Source Code for https://devto-wrapped.sliplane.app

This is based on my hackathon starter template.

It includes:

Use this locally

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

Add ui components

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.

Docker

Build the image:

docker build -t devto-wrapped -f web.Dockerfile .

License

MIT