Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run MolQ applications, contracts, indexer, and Mintlify documentation locally.
git clone https://github.com/aliens101/molq.git cd molq pnpm install cp apps/api/.env.example apps/api/.env cp apps/indexer/.env.example apps/indexer/.env.local
pnpm dev:all
pnpm landing pnpm docs
http://localhost:5173
http://localhost:5174
http://localhost:8787
http://localhost:42069
http://localhost:3000
pnpm build pnpm test pnpm docs:check pnpm format:check
pnpm contracts:build pnpm contracts:test pnpm contracts:fmt