ei-dev-shared
Version:
Shared components for EnAble India Projects
55 lines (36 loc) • 1.21 kB
Markdown
# EI Dev Shared
This repository contains shared backend services for the ENABLEINDIA project.
## Table of Contents
- [EI Dev Shared](#ei-dev-shared)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
## Introduction
The `ei-dev-shared` repository includes common backend services and utilities used across various ENABLEINDIA projects. It aims to provide reusable components to streamline development and ensure consistency.
## Installation
To install the dependencies, run the following command:
```bash
npm install
```
## Usage
To start the development server, use:
```bash
npm start
```
For running tests:
```bash
npm test
```
## Contributing
We welcome contributions! Please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add new feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Open a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.