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

https://github.com/SebConejo/portfolio-vite-manifest

This repository is a complete portfolio built with Manifest and Vite.
https://github.com/SebConejo/portfolio-vite-manifest

Last synced: 3 months ago
JSON representation

This repository is a complete portfolio built with Manifest and Vite.

Awesome Lists containing this project

README

        

# Manifest Starter Kit: Portfolio
![vue-manifest](https://github.com/user-attachments/assets/426d1f1f-5e2f-40b4-8950-46a95ddabd32)

## Description

This project was made with [Manifest](https://github.com/mnfst/manifest) and [Vite](https://vite.dev/).

## Installation

```bash
$ npm install
```

## Serve the front end

```bash
$ npm run dev:front
```

## Serve the Manifest backend

To run the app in the development mode:

```bash
npm run manifest
```

- Open [http://localhost:1111](http://localhost:1111) to open your admin UI it in your browser
- Open [http://localhost:1111/api](http://localhost:111/api) to view your REST API documentation

The page will reload when you make changes.

## Seed dummy data

Seeds some dummy data for your entities:

```bash
npm run manifest:seed
```

## Serve the whole app

```bash
$ npm run dev
```

## Community & Resources

- [Docs](https://manifest.build/docs) - Get started with Manifest
- [Discord](https://discord.gg/FepAked3W7) - Come chat with the community
- [Github](https://github.com/mnfst/manifest/issues) - Report bugs and share ideas to improve the product.

## Screenshot
![pfl](https://github.com/user-attachments/assets/4da41264-31e5-4d5b-b95e-3da860efd0b9)