Skip to content

Latest commit

 

History

History
executable file
·
65 lines (46 loc) · 2.05 KB

README.md

File metadata and controls

executable file
·
65 lines (46 loc) · 2.05 KB
Logo

Source of my website gautierdarchen.fr built with Next and hosted with Vercel

Vercel Deploy last commit pnpm version node version

Logo

👋 About this repo

This is the 3rd version of my personal website.

I rewrote it completely here using Next, Tailwind and FramerMotion.

👨‍💻 Contributing

Here is how to setup the project locally to contribute:

  1. Clone the repository:

    $ git clone [email protected]:gdarchen/portfolio.git
  2. Install the dependencies using pnpm as follows:

    $ pnpm install
  3. 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>
  4. Run the application locally:

    $ pnpm dev

📦 Deploy

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.


📣 Author Info