Skip to content

LouisPetrik/codehints

Repository files navigation

CodeHints

Built with Starlight

Programming cheat sheets and documentation. Learn programming concepts through examples.

Website: https://codehints.io

🚀 Tech Stack

📁 Project Structure

.
├── public/           # Static assets (favicon, robots.txt)
├── src/
│   ├── assets/       # Images and logo
│   ├── components/   # Custom Astro components
│   ├── content/
│   │   └── docs/     # Markdown documentation & blog posts
│   │       └── blog/ # Blog posts
│   └── styles/       # Custom CSS
├── astro.config.mjs  # Astro configuration
└── package.json

🧞 Commands

Command Action
pnpm install Install dependencies
pnpm dev Start local dev server at localhost:4321
pnpm build Build production site to ./dist/
pnpm preview Preview build locally before deploying

📝 Contributing

Contributing is possible via GitHub. Alternatively, you can send content, drafts, or ideas via email to louispetrik@aol.com.

📄 License

Copyright © Louis Petrik

Releases

No releases published

Packages

 
 
 

Contributors