Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lexpeartha/portfolio
Personal website made with Nuxt and Content module
https://github.com/lexpeartha/portfolio
content hacktoberfest markdown nuxt nuxtjs personal-website portfolio-website
Last synced: 14 days ago
JSON representation
Personal website made with Nuxt and Content module
- Host: GitHub
- URL: https://github.com/lexpeartha/portfolio
- Owner: Lexpeartha
- License: gpl-2.0
- Created: 2022-08-27T22:58:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T09:43:33.000Z (11 months ago)
- Last Synced: 2024-10-11T04:46:56.882Z (28 days ago)
- Topics: content, hacktoberfest, markdown, nuxt, nuxtjs, personal-website, portfolio-website
- Language: Vue
- Homepage: https://lex-portfolio.vercel.app/
- Size: 153 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal website
Personal website built upon Nuxt 3 [content-wind template](https://content-wind.nuxt.dev)
Install dependencies:
```sh
yarn install
```Run local dev server:
```sh
yarn dev
```Pre-render pages for production:
```sh
yarn generate
```