Go to file
Guillaume Dorce b1dbd22123
Build PCHL / build (push) Successful in 8m6s Details
install daisyui; add simplehome for member to update profile
2024-08-04 15:50:57 +02:00
.gitea/workflows rg to ref_name 2024-01-10 15:07:56 +01:00
.vscode migrate from nextjs to astro 2023-09-08 22:01:25 +02:00
public move member leftpanel components in separate files 2023-09-10 19:05:14 +02:00
src install daisyui; add simplehome for member to update profile 2024-08-04 15:50:57 +02:00
.env.example add pocketbase typegen, env example, use basic user info in panel 2024-01-11 12:29:48 +01:00
.gitignore update caniuselite 2024-08-04 14:00:11 +02:00
Dockerfile add Dockerfile to build astro and pocketbase 2024-01-10 12:33:00 +01:00
README.md edit readme 2024-01-08 17:33:03 +01:00
astro.config.mjs install daisyui; add simplehome for member to update profile 2024-08-04 15:50:57 +02:00
package.json install daisyui; add simplehome for member to update profile 2024-08-04 15:50:57 +02:00
pnpm-lock.yaml install daisyui; add simplehome for member to update profile 2024-08-04 15:50:57 +02:00
tailwind.config.cjs install daisyui; add simplehome for member to update profile 2024-08-04 15:50:57 +02:00
tsconfig.json add Login component and espace-membres 2023-09-08 23:13:56 +02:00

README.md

Photo Club Haute Lozère

🧞 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