- Make sure you have pnpm setup correctly and on path
- Clone the repository into any desired folder
- Run
pnpm install - Run
pnpm next dev
- Make sure you have pnpm / npm setup correctly and on path
- Fork the GitHub repository of the Main website
- Clone the forked version and setup git with the online remote address as your forked repository
- To begin development : Run pnpm install on the cloned folder Make your changes and test using pnpm run dev.
- Push changes (in the form of commits) to the forked repository
- Test the final version with pnpm build followed by normally running it.
- Initiate a pull request
