Contributing
Contributing on Crypton repository
Fork the project or make a new branch
Clone your forked project and get into project directory
git clone https://github.com/CryptonDevelopers/Crypton
cd Crypton
Install All dependncies
npm install
Rename .env_example
to .env
and add your credentials for Development, more info here.
Add your Desired changes/features and Commit your changes by
git add.
git commit -m "commit message here"
Compare and send Pull request to us
Note: While you make Pull request make sure you List all the things you have added and changes you have made to the project.
Last updated
Was this helpful?