Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 568 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 568 Bytes

Portfolio website built in Gatsby

🚀 Quick start

  1. Install the dependencies.

    # install the dependencies
    npm install
  2. Build it. Open the source code and start editing!

    Navigate into your your portfolio's directory and start it up.

    gatsby develop

    Your site is now running at http://localhost:8000!

  3. Deploy it.

    After applying your changes, run this command to deploy it.

    gatsby build
    gatsby serve