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

Feature: App running with npm install #1291

Merged
merged 14 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
3 changes: 2 additions & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ This document provides instructions on how to set up and start a running instanc

We recommend that you follow these steps before beginning development work on Talawa-Admin:

1. You need to have `nodejs` installed in your machine. We recommend using Node version 16.20.2, and you can install it either through [nvm](https://github.com/nvm-sh/nvm) (Node Version Manager) or by visiting the official [Nodejs](https://nodejs.org/download/release/v16.20.2/) website.
1. [Talawa-API](https://github.com/PalisadoesFoundation/talawa-api): (**This is mandatory**) The API system that the mobile app uses for accessing data. Setup your own **_local instance_**
1. [Talawa](https://github.com/PalisadoesFoundation/talawa): (Optional) The mobile app that people will use to access Talawa's features. This may be useful if you need to verify administrative features you have added or modified.

Expand Down Expand Up @@ -69,7 +70,7 @@ If you've followed the previous steps you should have already set up node.js on
Run the following command to install the packages and dependencies required by `talawa-admin`:

```
npm install --legacy-peer-deps
npm install
```
# Configuration
It's important to configure Talawa-Admin. Here's how to do it.
Expand Down
Loading
Loading