Skip to content

AugustinMauroy/augustinmauroy.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository contains the source code of my personal website. It is built using next.js.

Formatted with Biome Linted with Biome Checked with Biome

Technologies

Development

nvm use #or `fnm use` if you use fnm
npm install
node --run dev

Build

nvm use #or `fnm use` if you use fnm
npm ci
node --run build