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 Svelte docs: svelte.dev/docs Sapper docs: sapper.svelte.dev/docs Tailwind CSS docs: tailwindcss.com/
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.
Official docs