👍🎉 First off, thanks for taking the time to contribute! 🎉👍
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. Please note we have a code of conduct, please follow it in all your interactions with the project.
To install the project you need to have node and npm
-
Fork the project, clone your fork:
# Clone your fork git clone https://github.com/<your-username>/trustless-notary-web.git # Navigate to the newly cloned directory cd trustless-notary-web
-
Your environment needs to be running
nodeversion >= 18.17.0 andnpmversion >= 10.2.0. -
from the root of the project:
npmto install all dependencies- make sure you have latest
npmversion
- make sure you have latest
-
from the root of the project:
npm run devto build. -
Your local test environment need to be setted refer to .evn.example,
- copy .evn.example to .env in root directory.
- modify the environment meet to your own test evnironment.
Pleas use npm run commit
Please go through existing issues and pull requests to check if somebody else is already working on it.
Also, make sure to run the tests and lint the code before you commit your changes.
npm run test