Manifest Starter Kit: Portfolio
February 11, 2025 ยท View on GitHub
Description
This project was made with Manifest and Vite.
Installation
$ npm install
Serve the front end
$ npm run dev:front
Serve the Manifest backend
To run the app in the development mode:
npm run manifest
- Open http://localhost:1111 to open your admin UI it in your browser
- Open http://localhost:1111/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:
npm run manifest:seed
Serve the whole app
$ npm run dev
Community & Resources
- Docs - Get started with Manifest
- Discord - Come chat with the community
- Github - Report bugs and share ideas to improve the product.