V1 source code of Lucas Jouin's portfolio
Update: This website has been completely overhauled in 2023. It now uses Astro v3 (meta framework), HTMX (front-end/back-end interactions), motion-one (animations), Formspree (forms) and Netlify (deployment). TailwindCSS and Prismic are still in use though.
- Have
node
andnpm
installed on your computer.
- Clone project with
git clone
- Install with
npm install
- Copy the content of
utils/config.dist.js
inutils/config.js
and replace the empty values with your values - Launch the project with
npm run dev:start
- Go to
localhost:3000