Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 520 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 520 Bytes

Contributing

Pull requests are welcome. Clone the project using git clone https://github.com/moharnadreza/jsonplaceholder.git. Feel free to start discussions for ideas or open issues for feedback, requesting features or reporting bugs.

Running on your machine

For running the API in development mode, use yarn watch:api and then yarn dev:api, also for the frontend use yarn dev:frontend.

Creating the PR

After finishing your changes, please create a PR and set the target branch to develop.