Centro del Reino de Paz y Justicia
Go to file
David Ascanio 75cca7e48f only click desktop share news 2026-03-03 14:19:08 -03:00
.gitea/workflows Testing gitea workflows 2026-02-13 01:33:59 -05:00
.vscode Removed original html - added astro folder structure 2026-02-10 21:04:44 -05:00
prisma remove dev.db from repo 2026-03-01 07:28:01 -05:00
public Update site logos and favicon, adjust frontend assets 2026-03-02 22:05:04 -05:00
src only click desktop share news 2026-03-03 14:19:08 -03:00
.env prism db sqlite 2026-02-19 22:09:46 -03:00
.gitignore added new, styles for h2 for md files 2026-03-01 08:40:09 -05:00
README.md Testing runner 2026-02-13 02:11:59 -05:00
astro.config.mjs model vue postulación 2026-02-15 00:36:32 -03:00
package-lock.json Merge pull request 'prism db sqlite' (#12) from prisma-sqlite into main 2026-02-20 01:18:55 +00:00
package.json prism db sqlite 2026-02-19 22:09:46 -03:00
prisma.config.ts prism db sqlite 2026-02-19 22:09:46 -03:00
tsconfig.json Fixed footer image path to use aliases 2026-02-18 13:07:08 -05:00

README.md

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.

Adding gitea/workflows/deploy.yaml to test github ci/cd runner

Testing runner