https://github.com/alvarosabu/moss-portfolio
https://github.com/alvarosabu/moss-portfolio
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvarosabu/moss-portfolio
- Owner: alvarosabu
- Created: 2022-10-23T11:10:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T08:39:33.000Z (almost 3 years ago)
- Last Synced: 2025-02-13T01:35:05.022Z (8 months ago)
- Language: Vue
- Size: 175 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Moss Static Porfolio
> A simple static portfolio made with [Nuxt](https://v3.nuxtjs.org/) and [Storyblok CMS](https://www.storyblok.com/).
> It's brilliant ✨## Instructions
### Install dependencies
```bash
npm install
```### Start development server
```bash
npm run dev
```### Problem with development server
Have you tried to turning off and on `npm run dev` again?
### Build for production
```bash
npm run build
```### Generate static project
```bash
npm run generate
```