Skip to content

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 build

Contributing

See CONTRIBUTING.md.

License

MIT

Released under the MIT License.