CS Resources
Curated collection of computer science learning resources — coding exercises, practice platforms, online courses, interview prep, and more. Built with VitePress.
Quick Start
bash
# Install dependencies
bun install
# Generate resource pages from data
bun run generate
# Start dev server
bun run dev
# Build for production
bun run buildContributing
See CONTRIBUTING.md.
License
MIT