Go to file
Guillaume Dorce 78ef06fbae use fallback avatar from dicebear if no avatar set 2024-02-04 16:17:33 +01: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 use fallback avatar from dicebear if no avatar set 2024-02-04 16:17:33 +01:00
.env.example add pocketbase typegen, env example, use basic user info in panel 2024-01-11 12:29:48 +01:00
.gitignore add Login component and espace-membres 2023-09-08 23:13:56 +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 add react-icons 2023-09-10 15:40:44 +02:00
package.json fix pb typegen command 2024-01-12 15:33:48 +01:00
pnpm-lock.yaml add pocketbase typegen, env example, use basic user info in panel 2024-01-11 12:29:48 +01:00
tailwind.config.cjs migrate from nextjs to astro 2023-09-08 22:01:25 +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