Get started
Valeh Ismayilov's Documentation
Who am I?
How to contribute?
- Go to GitHub repo
https://github.com/vlhsmylv/docs (opens in a new tab)
- Clone the repo
git clone https://github.com/vlhsmylv/docs.git
- Install dependencies
npm i
- Create your branch
git switch -c <your-branch-name>
-
Make your changes
-
Push your changes
git push -u origin <your-branch-name>
-
Create a pull request
-
Wait for review
-
Merge your changes
-
Done!
Thanks for the contribution!
Templates
Template | Doc |
---|---|
Prisma, Express, TypeScript Starter (Back-end) | Go! |
NextJs, TailwindCSS, ShadCn, React Hook Form (Zod) Starter | Go! |
NTSRHF + JWT | Go! |