ReFL's website
Go to file
engboris 1968159b9b Initial commit: Migrate ReFL website to AstroJS
- Migrate from Hugo to AstroJS using Stargarden template
- Add homepage, members, meetings, and resources pages
- Configure Tailwind CSS with DaisyUI
- Set up Inter font and custom primary color
- Add Google Analytics integration
2025-12-04 23:47:45 +01:00
public Initial commit: Migrate ReFL website to AstroJS 2025-12-04 23:47:45 +01:00
src Initial commit: Migrate ReFL website to AstroJS 2025-12-04 23:47:45 +01:00
.gitignore Initial commit: Migrate ReFL website to AstroJS 2025-12-04 23:47:45 +01:00
CLAUDE.md Initial commit: Migrate ReFL website to AstroJS 2025-12-04 23:47:45 +01:00
LICENSE Initial commit: Migrate ReFL website to AstroJS 2025-12-04 23:47:45 +01:00
README.md Initial commit: Migrate ReFL website to AstroJS 2025-12-04 23:47:45 +01:00
astro.config.mjs Initial commit: Migrate ReFL website to AstroJS 2025-12-04 23:47:45 +01:00
package-lock.json Initial commit: Migrate ReFL website to AstroJS 2025-12-04 23:47:45 +01:00
package.json Initial commit: Migrate ReFL website to AstroJS 2025-12-04 23:47:45 +01:00
tsconfig.json Initial commit: Migrate ReFL website to AstroJS 2025-12-04 23:47:45 +01:00

README.md

ReFL - Reflexions sur les Fondements de la Logique

French scientific network on the foundations of logic and computation.

Development

npm install
npm run dev

Build

npm run build
npm run preview