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

https://github.com/asafr-dev/asafr-dev.github.io

1-page portfolio: project cards with demo/docs, repo links, skills, and contact.
https://github.com/asafr-dev/asafr-dev.github.io

cv github-pages personal-website portfolio react tailwindcss typescript vite

Last synced: about 2 months ago
JSON representation

1-page portfolio: project cards with demo/docs, repo links, skills, and contact.

Awesome Lists containing this project

README

          

asafr-dev.github.io


One-page portfolio site with these sections: Featured project cards (demo/docs + repo), Experience (CV-style timeline), Skills, and Contact.


Live
CI
Deploy Pages
CodeQL
Coverage
CodeFactor

## πŸš€ Quickstart

```bash
npm ci
npm run dev
```

Open: [http://localhost:8080](http://localhost:8080)

### Build

```bash
npm ci
npm run build
npm run preview
```

## πŸ§ͺ How to test

After installing dependencies:

```bash
npm run check
```

## πŸ—‚οΈ Project structure

For the full directory map and β€œwhat goes where” conventions, see
[STRUCTURE.md](docs/STRUCTURE.md).

- `src/` – source code
- `.github/workflows/` – CI automation
- `public/` – static assets
- `docs/` – longer-form documentation (architecture, deployment)

## πŸ“š Documentation

See [documentation](docs/)

## 🀝 Contributing

See the [contributing guidelines](https://github.com/asafr-dev/.github/blob/main/CONTRIBUTING.md)

## πŸ”’ Security

See the [security policy](https://github.com/asafr-dev/.github/blob/main/SECURITY.md)

## πŸ“„ License

See [LICENSE](LICENSE)