https://github.com/engineervix/home
my homepage
https://github.com/engineervix/home
Last synced: about 2 months ago
JSON representation
my homepage
- Host: GitHub
- URL: https://github.com/engineervix/home
- Owner: engineervix
- License: bsd-3-clause
- Created: 2023-10-09T21:03:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T21:51:37.000Z (2 months ago)
- Last Synced: 2026-01-13T01:57:02.206Z (2 months ago)
- Language: HTML
- Homepage: https://victor.co.zm
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# victor.co.zm
> Victor Miti's homepage
[](https://github.com/engineervix/home/actions/workflows/main.yml)
[](https://nodejs.org/en/blog/release/v22.0.0)
[](https://prettier.io/)

[](http://commitizen.github.io/cz-cli/)
[](http://conventional-changelog.github.io)
[](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`
---