Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvarobrey/alvarobrey.github.io
My personal webpage
https://github.com/alvarobrey/alvarobrey.github.io
hacktoberfest
Last synced: 16 days ago
JSON representation
My personal webpage
- Host: GitHub
- URL: https://github.com/alvarobrey/alvarobrey.github.io
- Owner: AlvaroBrey
- License: gpl-3.0
- Created: 2020-12-28T11:00:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T13:26:03.000Z (4 months ago)
- Last Synced: 2024-07-17T16:27:23.391Z (4 months ago)
- Topics: hacktoberfest
- Language: Vue
- Homepage: https://alvarobrey.com
- Size: 3.02 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [alvarobrey.com](https://alvarobrey.com)
## Build Setup
Build currently requires node.JS version 12.
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).