A tool that displays a summary of your DEV.to blog's stats!
Try it yourself! 👉 My year in DEV
This web app was built using Svelte with Sapper and Tailwind CSS. If you're interested in trying out this combo, check out this boilerplate mauro-codes/sapper-tailwindcss-boilerplate .
Install the dependencies, build it and run it.
npm install
npm run build
npm run dev
Generate the build running:
npm run build
Start the PM2 process like so:
pm2 start npm --name "My year in DEV" -- start
This will run
npm run start
which will start the server.
This project is maintained by:
Big shout-out to our collaborators:
- @realabbas 🐛💻
- @saurabhdaware ✨
- @dennislwm 🐛
Emoji reference: 💻-> Pull request merged | ✨-> Issue (enhancement) | 🐛-> Issue (bug)
- Svelte docs: svelte.dev/docs
- Sapper docs: sapper.svelte.dev/docs
- Tailwind CSS docs: tailwindcss.com/