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

https://github.com/engineervix/home

my homepage
https://github.com/engineervix/home

Last synced: about 2 months ago
JSON representation

my homepage

Awesome Lists containing this project

README

          

# victor.co.zm

> Victor Miti's homepage

[![CI/CD](https://github.com/engineervix/home/actions/workflows/main.yml/badge.svg)](https://github.com/engineervix/home/actions/workflows/main.yml)

[![Node v22](https://img.shields.io/badge/Node-v22-teal.svg)](https://nodejs.org/en/blog/release/v22.0.0)
[![code style: prettier](https://img.shields.io/badge/code%20style-prettier-ff69b4.svg)](https://prettier.io/)
![Vite Badge](https://img.shields.io/badge/Vite-646CFF?logo=vite&logoColor=fff&style=flat)

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Conventional Changelog](https://img.shields.io/badge/changelog-conventional-brightgreen.svg)](http://conventional-changelog.github.io)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)

## Development

This project uses Node [v22](https://nodejs.org/en/blog/release/v22.0.0). I recommend using [fnm](https://github.com/Schniz/fnm) or [volta](https://volta.sh/) to simplify managing Node.js versions on your machine.

- clone / fork the project
- `cd` into the project directory
- install frontend dependencies

```bash
npm install
```

- start the dev server, accessible at

```bash
npm start
```

See all the run scripts available via `npm run`.

## Credits

- Favicon:
- `og:image`:

## TODO

- [ ] Overall site design and layout
- [ ] Add content and Sitemap
- [x] Add `robots.txt`

---