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

https://github.com/vncsmyrnk/portfolio

All my skills and accomplishments showcased in one place
https://github.com/vncsmyrnk/portfolio

i18n portfolio react typescript vite

Last synced: about 2 months ago
JSON representation

All my skills and accomplishments showcased in one place

Awesome Lists containing this project

README

        

# My portfolio

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![PNPM](https://img.shields.io/badge/pnpm-%234a4a4a.svg?style=for-the-badge&logo=pnpm&logoColor=f69220)


![CI/CD workflow](https://github.com/vncsmyrnk/portfolio/actions/workflows/ci-cd.yml/badge.svg)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

All my skills and accomplishments showcased in one place.

[Check it out!](https://vncsmyrnk.github.io/portfolio/)

## Contributing

This project uses [just](https://github.com/casey/just) running development tasks.

```bash
just build-dev-env run-dev-env # Builds and runs the dev container
just dev-run # Runs the app (must be run inside the container)
```

The local environment should be available at http://localhost:3000.