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

https://github.com/alvarosabu/sushi-wuut

Static recipe site example for Youtube Series on Nuxt + Storyblok
https://github.com/alvarosabu/sushi-wuut

nuxt nuxt3 recipes static storyblok

Last synced: 7 months ago
JSON representation

Static recipe site example for Youtube Series on Nuxt + Storyblok

Awesome Lists containing this project

README

          

# Sushi Wuut 🍣

> Example project using [Nuxt v3](https://v3.nuxtjs.org/) and [Storyblok](https://www.storyblok.com/) to create an static recipe app

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist
```

## Development Server

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.

![repository-banner.png](https://res.cloudinary.com/alvarosaburido/image/upload/v1612193118/as-portfolio/Repo_Banner_kexozw.png)