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.
For running the API in development mode, use yarn watch:api
and then yarn dev:api
, also for the frontend use yarn dev:frontend
.
After finishing your changes, please create a PR and set the target branch to develop
.