DEV Community

Discussion on: Your year in DEV - Check your stats!

Collapse
 
nickytonline profile image
Nick Taylor

Create an issue and open a PR in the repository. 😎

My year in DEV

A tool tool that displays a summary of your DEV.to blog's stats!

Try it yourself! 👉 My year in DEV

Tools

This web app was build using Svelte with Sapper and Tailwind CSS. If you're interested in trying out this combo, check out this boilerplate mauro-codes/sapper-tailwindcss-boi....

Running the project locally

Install the dependencies, build it and run it.

npm install
npm run build
npm run dev

Official docs