An open API service indexing awesome lists of open source software.

https://github.com/jeremy-code/is-x-maintained


https://github.com/jeremy-code/is-x-maintained

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

          

# is-x-maintained [![GitHub Actions badge](https://github.com/jeremy-code/is-x-maintained/actions/workflows/ci.yml/badge.svg)](https://github.com/jeremy-code/is-x-maintained/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/jeremy-code/is-x-maintained)](LICENSE)

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

## Installation

```bash
git clone https://github.com/jeremy-code/is-x-maintained.git
cd is-x-maintained
corepack enable
yarn
```

## Usage

```bash
# Set Node.js version
nvm use

# Run the development server locally
yarn dev

# Lint and format code
yarn lint
yarn format

# Build
yarn build
```

## License

This project is licensed under the [MIT license](LICENSE).