Centro del Reino de Paz y Justicia
Go to file
Julio Ruiz 7431087d7a Changed to payload CMS
Amended content collections to TS
Amended content definition to include all fields
Amended content display to use correct url's
Added testing URL for R2 bucket
2026-07-01 12:29:40 -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
public add tina and config of tina for news 2026-04-18 14:59:00 -05:00
scripts multiple changes about status of all news and fix of name files 2026-06-26 13:54:20 -05:00
src Changed to payload CMS 2026-07-01 12:29:40 -05:00
.env multiple changes about status of all news and fix of name files 2026-06-26 13:54:20 -05:00
.gitignore add news content for PT and ES, and update .gitignore to ignore local scripts folder 2026-05-14 06:47:09 -05:00
README.md Testing runner 2026-02-13 02:11:59 -05:00
astro.config.mjs Changed to payload CMS 2026-07-01 12:29:40 -05:00
package-lock.json Changed to payload CMS 2026-07-01 12:29:40 -05:00
package.json Changed to payload CMS 2026-07-01 12:29:40 -05:00
pnpm-lock.yaml fix(content): update news titles, metadata and content across en, es, pt locales 2026-05-30 22:08:43 -05:00
pnpm-workspace.yaml feat: initialize TinaCMS environment and add support for French language in news content 2026-05-13 21:58:05 -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