-
-
Notifications
You must be signed in to change notification settings - Fork 1
Contributing
ZYROUGE edited this page May 5, 2022
·
6 revisions
-
You need Git installed with a GitHub Account for this.
-
Fork this repository.
-
Clone your forked repository.
git clone https://github.com/<your-github-username>/upright-quotes.git
-
Use any methods below.
-
Open a pull request. If you don't know how to do this, check out this article.
-
Go to
backend/data
directory. -
Open
quotes.json
in a file editor. -
Add your own quote. Check out more about json here.
Note: You still need Node.js and Yarn to do the
add
command.
- Install the dependencies.
cd backend # Go to backend folder
yarn # Install dependencies
- Run
add
command.
uq add
- Fill in the details.
This can be done by the traditional method of installing dependencies, modifying code, testing it and opening a pull request.