Skip to content

Latest commit

Β 

History

History
48 lines (35 loc) Β· 1.67 KB

File metadata and controls

48 lines (35 loc) Β· 1.67 KB

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