/gdarchen.github.io

Here are the sources of my portfolio as a React application

Primary LanguageTypeScriptMIT LicenseMIT

last commit yarn version node version

This project contains the code my portfolio website, available at here.

👨‍💻 Contributing

Here is how to setup the project locally to contribute:

  1. Clone the repository:
    $ git clone git@github.com:gdarchen/gdarchen.github.io.git
  2. Install the dependencies using yarn as follows:
    $ yarn install

    This command not only install both the dependencies and devDependencies, but also set up the Git hooks.

    Depending on your version of yarn, it might require a change in the package.json file, in the scripts section:

    • yarn@^1: use the "postinstall": "husky install" script
    • yarn@^2: use the "prepare": "husky install" script

    We use two Git hooks:

  3. Run the application locally:
    $ yarn start

📦 Deploy

The code is hosted thanks to GitHub Pages.

To deploy a new version, run the following command:

$ yarn deploy