Open-source developer tools built for the AI agent era.
# Clone the repo
git clone https://github.com/codecoradev/website.git
cd website
# Install dependencies
npm install
# Start dev server
npm run devnpm run dev # Start dev server
npm run build # Build for production
npm run preview # Preview production buildThis site is deployed on Cloudflare Pages, auto-building from the main branch.
Content: CC BY-SA 4.0 Code: MIT