CMS for the Alliances website
| .vscode | ||
| .gitignore | ||
| manifest.yml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
The backend for AI code editors
Manifest is a backend your AI can understand and your team can trust.
Description
Welcome to your Manifest project ! Feel free to replace this README by your own.
Installation
$ npm install
Running the app
To run the app in the development mode:
npm run start
- 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 seed