Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using nodemon to get rid of the experimental warning #2715

Merged
merged 5 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ This document provides instructions on how to set up and start a running instanc
- [Install Required Packages](#install-required-packages)
- [Installation Using Docker](#installation-using-docker)
- [Run the Talawa-API Setup](#run-the-talawa-api-setup)
- [Install Using Devpod](#install-using-devpod)
- [Setting Up Talawa-Api with Devpod (CLI Version)](#setting-up-talawa-api-with-devpod-cli-version)
- [Setting Up Talawa-Api with Devpod (GUI Version)](#setting-up-talawa-api-with-devpod-gui-version)
- [Install the Docker Application](#install-the-docker-application)
- [Docker Compose Setup](#docker-compose-setup)
- [Prerequisites](#prerequisites-1)
Expand Down Expand Up @@ -1283,4 +1286,4 @@ You can run the tests for talawa-api using this command:

```
npm run test
```
```
Loading
Loading