Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/roileo/open-preview
- Owner: roiLeo
- License: wtfpl
- Created: 2024-09-02T12:10:16.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-31T15:15:18.000Z (3 months ago)
- Last Synced: 2024-12-19T01:31:23.436Z (about 2 months ago)
- Topics: metadata, nuxt, open-graph
- Language: Vue
- Homepage: https://open-preview.netlify.app/
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)