Interactive documentation and web tools for Foundry's cast command-line utilities.
- 📚 Comprehensive documentation for all
castcommands - 🌐 Browser-based execution of common
castoperations - 🎯 Real-world examples for each command
- 📱 Fully responsive design
- Next.js 15
- TypeScript
- Tailwind CSS
To run the development server:
npm run devnpm installnpm run devnpm run buildnpm startapp/
├── (commands)/ # Individual cast command pages with examples and online execution options
├── components/ # Shared React components
└── lib/ # Utility functions
commands/ # Individual cast command pages (from Foundry's repo)
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
MIT