/personal-site

My personal site, built with React

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

My personal site, built on top of React, easy to modify.

How to Setup

Clone the repository

    git clone https://github.com/pagondel/personal-site.git
    cd personal-site

Run dev

    docker-compose -f docker-compose-dev.yml up

Modify

  1. Update public/index.html with your meta tags.
  2. Replace the favicons in public/ folder.
  3. Update the content in the data folder.

Run production

    docker-compose up -d

Please feel free to reach out to me by filing an issue

License

GPL