Source of my website gautierdarchen.fr built with Next and hosted with Vercel
This is the 3rd version of my personal website.
I rewrote it completely here using Next, Tailwind and FramerMotion.
Here is how to setup the project locally to contribute:
-
Clone the repository:
$ git clone [email protected]:gdarchen/portfolio.git
-
Install the dependencies using
pnpm
as follows:$ pnpm install
-
Create the
.env.local
file as follows (the values can be retrieved on the project settings in Vercel):NOTION_TOKEN=<CHANGE_ME> NOTION_DATABASE_ID=<CHANGE_ME>
-
Run the application locally:
$ pnpm dev
To deploy a new version, simply open a pull request against the main
branch.
When this pull request will be merged, a new version will be deployed in production automatically.
- Linkedin - @gautierdarchen
- Website - Gautier Darchen