Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 488 Bytes

File metadata and controls

17 lines (11 loc) · 488 Bytes

Alexandre Sauquet's personal website

License: NON-AI-APACHE2

This is my personal website, built using Astro with the Bloomfolio theme.

You can run in dev mode with:

# Install dependencies
npm install

# Start the development server
npm run dev

And you can build with npm run build