<<<<<<< HEAD
Decentralized ritual-powered GPU task economy (RenderNet). Built with:
- React + Vite (frontend)
- Express.js + PostgreSQL (backend)
- Node job processing loop
- Ritual XP, chaos, streak, and vault economy
docker-compose up --build
Or manually:
cd backend && node index.js
cd frontend && npm run dev
DATABASE_URL=postgres://postgres:password@localhost:5432/noxo
PORT=3000
/frontend/src/components
→ XP, casting, vault UI/backend/routes
→ All APIs: ritual, vault, jobs, user =======
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint
in your project.
865297188b33778ee0043fc41823c9663ae65614