Skip to content

sauravhathi/dev-savers

Repository files navigation

Dev Savers

This is a collection of tools and frameworks that I use in my day to day development. I have tried to include as many as possible, but if you think I have missed something, please feel free to open a PR.

image

image

How to contribute

  • Fork the repo
  • Add your tool or framework to the tools object in components/Article.tsx
  • Open a PR

How to run locally

  • Clone the repo
  • Run npm install
  • Run npm run dev
  • Open localhost:3000 in your browser