Skip to content

geeksblabla/geeksblabla.community

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a06434 Β· Nov 22, 2024
Oct 18, 2024
Oct 9, 2024
Oct 30, 2024
Oct 24, 2024
Oct 30, 2024
Nov 22, 2024
Nov 22, 2024
Oct 11, 2024
Nov 19, 2024
Oct 9, 2024
Oct 11, 2024
Oct 18, 2024
Nov 19, 2024
Oct 9, 2024
Nov 17, 2024
Nov 19, 2024
Nov 19, 2024
Nov 14, 2024
Oct 11, 2024

Repository files navigation

GeeksBlabla Website

This website is built with Astro

Getting Started

pnpm install
pnpm run dev

πŸš€ Project Structure

Inside of your Astro project, you'll see the following folders and files:

β”œβ”€β”€ public/
β”œβ”€β”€ episodes
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”œβ”€β”€ content/
β”‚   β”œβ”€β”€ lib/
β”‚   └── pages/
β”œβ”€β”€ astro.config.mjs
β”œβ”€β”€ README.md
β”œβ”€β”€ package.json
└── tsconfig.json

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:4321
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying
pnpm run astro ... Run CLI commands like astro add, astro check
pnpm run astro -- --help Get help using the Astro CLI

πŸ‘€ Want to learn more?

Check out our documentation