Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

naomiHauret/portfolio_lj

Repository files navigation

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.

Pre-requisites

  • Have node and npm installed on your computer.

Get started

  • Clone project with git clone
  • Install with npm install
  • Copy the content of utils/config.dist.js in utils/config.js and replace the empty values with your values
  • Launch the project with npm run dev:start
  • Go to localhost:3000

Made with