Skip to content

Code42Cate/devto-wrapped

Repository files navigation

Dev.to wrapped 2023

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

This is based on my hackathon starter template.

It includes:

  • Next.js for the frontend
  • shadcn/ui for the UI component library
  • Docker for containerization
  • TypeScript for static type checking
  • And some more of the usual goodies such as prettier, eslint, etc.

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