Centro del Reino de Paz y Justicia
Go to file
Esteban Paz 08512d76b7 fixed date 2026-04-25 18:02:23 -05:00
.gitea/workflows Testing gitea workflows 2026-02-13 01:33:59 -05:00
.vscode add rtl for hebrew texts 2026-04-02 18:56:10 -05:00
prisma remove dev.db from repo 2026-03-01 07:28:01 -05:00
public add tina and config of tina for news 2026-04-18 14:59:00 -05:00
src fixed date 2026-04-25 18:02:23 -05:00
tina feat(news): improve news listing with tags filter, badges and url params 2026-04-20 20:33:53 -05: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 added new lenguage rwanda 2026-04-23 20:24:12 -05:00
package-lock.json add tina and config of tina for news 2026-04-18 14:59:00 -05:00
package.json add tina and config of tina for news 2026-04-18 14:59:00 -05: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