Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roileo/open-preview

👀 Preview website metadata
https://github.com/roileo/open-preview

metadata nuxt open-graph

Last synced: about 1 month ago
JSON representation

👀 Preview website metadata

Awesome Lists containing this project

README

        

# Open Preview

> SSR application powered by Nuxt ecosystem.

Screenshot

![Screenshot 2024-09-03 at 08-34-24 OpenPreview](https://github.com/user-attachments/assets/4c1dfa2a-d0de-42d8-98ac-0f813d6e665c)

This project contains the following stack:

- [x] 🪲 [Typescript](https://www.typescriptlang.org/)
- [x] 💚 [Nuxt](https://nuxt.com//)
- [x] 🌊 [Nuxt UI](https://ui.nuxt.com/)
- [x] ✨ [Eslint](https://eslint.org/) & [Prettier](https://prettier.io/)
- [x] 🐕 [Husky](https://github.com/typicode/husky) git hooks

## Setup

Make sure to install the dependencies:

```bash
pnpm
```

## Development Server

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

```bash
pnpm dev
```

## Production

Build the application for production:

```bash
pnpm build
```

Locally preview production build:

```bash
pnpm preview
```

## Deployment

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FroiLeo%2Fopen-preview) [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/roiLeo/open-preview)