The lovable folder contains:
- instruction templates for each build step
- a project architecture template
- a knowledge-base template
- Send the prompt/instruction from
01-create-app-shell.mdto Lovable. - After the application shell is created according to that instruction, open project settings and put into the Knowledge Base everything from
00-knowledge.md, then save it. - During execution of
01-create-app-shell.md,00-project-architecture.mdwill be created in the project. Use the contents of the00-project-architecture.mdtemplate from thelovablefolder for that file. - After that, execute the remaining instructions sequentially from
02through11.
Before executing 03-connect-supabase.md, decide which backend will be used in the project.
- If you want to use your own backend, for example Supabase, connect that Supabase project in project settings before running step 03.
- If you do not connect your own backend, the Lovable backend will be used.
Important constraints:
- The Lovable backend does not provide UI access to the backend itself.
- After the backend is selected, it cannot be changed later.
01-create-app-shell.md02-add-gantt-core.md03-connect-supabase.md04-add-crud.md05-add-permissions.md06-browser-verify.md07-add-gantt-ux.md08-add-working-calendar.md09-add-resources.md10-final-verify.md11-fill-dashboard-reports-workload.md