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
- Host: GitHub
- URL: https://github.com/gulybyte/gulybyte.github.io
- Owner: gulybyte
- License: unlicense
- Created: 2022-12-08T22:07:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T22:50:34.000Z (over 1 year ago)
- Last Synced: 2025-01-28T16:15:14.710Z (11 months ago)
- Topics: angular, nuxt, portifolio, vue
- Language: Vue
- Homepage: https://gulybyte.github.io/
- Size: 48.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```