This is the official website for the Lakes Programming Club, built with Astro. The site features club information, upcoming events, and a showcase of projects.
- Home page with club overview
- Projects page fetching live data from GitHub
- Join page for new members
- Events page for past and upcoming events
- Astro
- TypeScript & JavaScript
- npm
- Node.js v18 or newer
- npm
-
Clone the repository:
git clone https://github.com/Lakes-Programming-Club/your-repo.git cd your-repo
-
Install dependencies:
npm install
astro dev
Visit http://localhost:4321 to view the site locally.
astro build
The static site will be generated in the dist
directory.
astro preview