Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 742 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 742 Bytes

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