Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 483 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 483 Bytes

React Portfolio

Features

  • Recognize browser/system color mode.

LOG

  • npx create-react-app portfolio

  • yarn add react-router-dom styled-components react-spring

  • Homepage mediaQuery need to be fixed.

  • inertia can be added (luxy.js).

  • yarn add -D gh-pages then scripts addded tp pakage.json "predeploy": "npm run build", "deploy": "gh-pages -d build", "homepage": "https://mgunsd.github.io/Portfolio"

    ...