Lore__AI-Powered_IP_for_Creators.mp4
This repository tracks the frontend and backend as submodules so collaborators can pull everything from a single place.
- Frontend:
lore_frontend→ https://github.com/anurag629/lore_frontend - Backend:
lore_backend→ https://github.com/anurag629/lore_backend
git clone --recursive https://github.com/anurag629/lore.git
cd loreIf you already cloned without --recursive, initialize submodules with:
git submodule update --init --recursivelore_frontend/– Next.js 16 app (Groups, Disputes, Permissions, Royalties, multi-parent remixes, AI-assisted flows). See its README for setup.lore_backend/– Django REST API (assets, multi-parent derivatives, groups, disputes, permissions, royalty payments, AI services). See its README for setup.
git submodule update --remote
git add .
git commit -m "Update submodules to latest"
git push- Frontend:
cd lore_frontend && npm install && npm run dev - Backend:
cd lore_backend && python -m venv venv && venv\Scripts\activate && pip install -r requirements/base.txt && python manage.py migrate && python manage.py runserver
Refer to each submodule’s README for environment variables and detailed steps.
media/Lore__AI-Powered_IP_for_Creators.mp4– short product videomedia/Lore_The_Operating_System_for_Creative_IP.pdf– overview deck