This project was made with Manifest and Vite.
$ npm install
$ npm run dev:front
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.
Seeds some dummy data for your entities:
npm run manifest:seed
$ npm run dev