No description
  • Astro 98.6%
  • JavaScript 1.4%
Find a file
Markus Maiwald 1cb48c4f40
Some checks are pending
Validate Manifests / validate (push) Waiting to run
feat: create ProGit Market website
- Plugin marketplace with category browsing
- Featured plugins grid
- Search functionality
- Install instructions
- Consistent ProGit navigation and styling
2026-03-13 15:50:24 +01:00
.github/workflows Initial plugin registry commit with example plugins 2026-01-30 12:46:53 +01:00
.vscode feat: create ProGit Market website 2026-03-13 15:50:24 +01:00
plugins feat: add gitlab-ci plugin metadata 2026-03-13 15:17:48 +01:00
public feat: create ProGit Market website 2026-03-13 15:50:24 +01:00
schema Initial plugin registry commit with example plugins 2026-01-30 12:46:53 +01:00
src/pages feat: create ProGit Market website 2026-03-13 15:50:24 +01:00
.gitignore feat: create ProGit Market website 2026-03-13 15:50:24 +01:00
astro.config.mjs feat: create ProGit Market website 2026-03-13 15:50:24 +01:00
categories.json Initial plugin registry commit with example plugins 2026-01-30 12:46:53 +01:00
CONTRIBUTING.md Initial plugin registry commit with example plugins 2026-01-30 12:46:53 +01:00
LICENSE Initial plugin registry commit with example plugins 2026-01-30 12:46:53 +01:00
package-lock.json feat: create ProGit Market website 2026-03-13 15:50:24 +01:00
package.json feat: create ProGit Market website 2026-03-13 15:50:24 +01:00
README.md feat: create ProGit Market website 2026-03-13 15:50:24 +01:00
tsconfig.json feat: create ProGit Market website 2026-03-13 15:50:24 +01:00

Astro Starter Kit: Minimal

npm create astro@latest -- --template minimal

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

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

/
├── public/
├── src/
│   └── pages/
│       └── index.astro
└── package.json

Astro looks for .astro or .md files in the src/pages/ directory. Each page is exposed as a route based on its file name.

There's nothing special about src/components/, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.

Any static assets, like images, can be placed in the public/ directory.

🧞 Commands

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

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

👀 Want to learn more?

Feel free to check our documentation or jump into our Discord server.