This repo has client app built on top of react/next.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The things you need before running this project locally.
- NodeJS
- Git
- Any text editor
npm install -g pnpmThen inside the main project folder run :
pnpm run devA step by step guide that will tell you how to get the development environment up and running.
$ pnpm install
$ pnpm run dev
- All the folders for front-end are self-explanatory.
pages/apifor back end APIs.prisma/for database schema.
- Main branch: Only for finalised code. ☢️
- Practice: Jo masti karna hai idhar karo. 🐼
- Feature branches for development: later
- You can also create new branches anytime
- Asking git to track changes`
git add .- Commit the changes
git commit -m "any messge"- To switch to branch
git checkout <name of branch>- Check out to the branch to want to create a new branch
- To create and switch to branch
git branch -M <branch name>git push -u origin <branchname>
Will be added later
- Release:
- Development: