Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```