Clone the app first :- git clone [email protected]:princetechs/link_shortner.git
Then
- Step_1:-
cd link_shortner
- Step_2:-
pnpm i
- Step_2:- Add a
.env
file with DB_URL - Step_3:-
pnpm run dev
This cmd run in development.
We are using pnpm to make the build speed.Know more about PNPM