diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1dc9c33..5e67fea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,6 +31,9 @@ configured on your local machine: - Node.js and npm: To install project dependencies. - Yarn: To manage Node.js packages effectively. +![](./contri-images/pre1.png) +![](./contri-images/pre2.png) + ## Contributing Guidelines We follow these guidelines for contributing: @@ -122,6 +125,8 @@ You can replace superman123 with any secret of your choice. ``` 7. The backend will be up and running on port 8000. + ![Screenshot of a specific code snippet:](./contri-images/code_snippet.png) + ![Preview](./contri-images/app%20preview.png) ## Submitting a Pull Request (PR) diff --git a/contri-images/app preview.png b/contri-images/app preview.png new file mode 100644 index 0000000..7746374 Binary files /dev/null and b/contri-images/app preview.png differ diff --git a/contri-images/code_snippet.png b/contri-images/code_snippet.png new file mode 100644 index 0000000..802d44e Binary files /dev/null and b/contri-images/code_snippet.png differ diff --git a/contri-images/pre1.png b/contri-images/pre1.png new file mode 100644 index 0000000..ae9535c Binary files /dev/null and b/contri-images/pre1.png differ diff --git a/contri-images/pre2.png b/contri-images/pre2.png new file mode 100644 index 0000000..38750c6 Binary files /dev/null and b/contri-images/pre2.png differ