-
Notifications
You must be signed in to change notification settings - Fork 39
Setup.md
formcms edited this page Feb 20, 2026
·
4 revisions
This guide covers how to set up formmate for both development and production environments.
- Node.js 20+
- .NET 10 SDK
- PostgreSQL or SQLite
git clone [email protected]:formcms/formcms.git
git clone [email protected]:formcms/formmate.gitcd formcms/server/FormCMS.MonoApp
dotnet runVerify that http://127.0.0.1:5000 is accessible.
# From formmate root
npm i
npm run setup
npm run devVisit http://127.0.0.1:5173 to start building!
Note: Use
127.0.0.1instead oflocalhostto ensure cookies are shared correctly.
Note: During setup, formcms backend needs to be manually restarted to load new configuration.
Once running, try these prompts:
- "Design entities for a library management system"
- "Add sample data for the book entity"
- "Create a query to display all available books"
Note: Currently, only Gemini has been fully tested. OpenAI support is experimental.