https://github.com/jeremy-code/is-x-maintained
https://github.com/jeremy-code/is-x-maintained
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeremy-code/is-x-maintained
- Owner: jeremy-code
- License: mit
- Created: 2024-03-08T23:12:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T21:16:28.000Z (about 2 years ago)
- Last Synced: 2026-05-19T16:56:22.838Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://is-x-maintained.vercel.app
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# is-x-maintained [](https://github.com/jeremy-code/is-x-maintained/actions/workflows/ci.yml) [](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).