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

https://github.com/joaopalmeiro/my-projects

An overview of my projects to manage their maintenance.
https://github.com/joaopalmeiro/my-projects

Last synced: about 1 month ago
JSON representation

An overview of my projects to manage their maintenance.

Awesome Lists containing this project

README

        

# My Projects

[![Checked with Biome](https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome)](https://biomejs.dev)

An overview of my projects to manage their maintenance.

## Development

Install [fnm](https://github.com/Schniz/fnm) (if necessary).

```bash
cp .env.example .env
```

```bash
fnm install && fnm use && node --version && npm --version
```

```bash
npm install
```

```bash
npm run dev
```

```bash
npm run lint
```

```bash
npm run format
```