Go to file
Guillaume Dorce c97a54dfd9 update caniuselite 2024-08-04 14:00:11 +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 add class to layout, add scrolltobottom, add newmessage, refresh on newmessage, store channel 2024-02-24 18:26:41 +01: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 add react-icons 2023-09-10 15:40:44 +02:00
package.json update caniuselite 2024-08-04 14:00:11 +02:00
pnpm-lock.yaml update caniuselite 2024-08-04 14:00:11 +02: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