ReFL's website
Go to file
engboris b635634b29 Migrate from Hugo to AstroJS
- Replace Hugo with AstroJS using Stargarden template
- Migrate all content pages (homepage, members, meetings, resources)
- Add Tailwind CSS with DaisyUI for styling
- Configure Inter font and custom primary color
- Maintain Google Analytics integration
2025-12-04 23:51:39 +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