Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marantesss/marantesss.github.io
Repository to host the code of my personal website
https://github.com/marantesss/marantesss.github.io
blog developer-blog nuxt nuxt-content personal-blog personal-website
Last synced: 30 days ago
JSON representation
Repository to host the code of my personal website
- Host: GitHub
- URL: https://github.com/marantesss/marantesss.github.io
- Owner: Marantesss
- Created: 2020-07-04T15:54:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T15:15:06.000Z (6 months ago)
- Last Synced: 2024-06-17T16:58:55.112Z (6 months ago)
- Topics: blog, developer-blog, nuxt, nuxt-content, personal-blog, personal-website
- Language: Vue
- Homepage: https://goncalomarantes.com/
- Size: 30.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# marantesss-website
## Build Setup
```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).