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

https://github.com/gulybyte/gulybyte.github.io

Meu Website
https://github.com/gulybyte/gulybyte.github.io

angular nuxt portifolio vue

Last synced: 6 months ago
JSON representation

Meu Website

Awesome Lists containing this project

README

          

# My Website [gulybyte.github.io/](https://gulybyte.github.io/)

start (install dependencies):
```sh
pnpm i
```

run (developer):
```sh
pnpm run dev -o
```

build and preview developer:
```sh
pnpm run preview-dev
```

build and preview production:
```sh
pnpm run preview-prod
```