Skip to content

A portfolio site built with React and rendered to a static file with gatsby.

License

Notifications You must be signed in to change notification settings

RossmacD/Portfolio2020

Repository files navigation

Gatsby

Portfolio 2020

My portfolio for 2020

Hosted on rossmacd.com

🗒️ Features

  • TypeScript
  • ESLint (with custom ESLint rules)
  • Markdown rendering with Remark
  • Basic component structure
  • Styling with emotion

🚀 Quick start

A nodejs >= 6.0.0 setup with yarn is recommended.

  1. Build your application for production.

    Once you're finished, you can make production build of your app using:

    # using npm
    npm run build
    
    # using yarn
    yarn build
  2. Deploy your app to Github pages!

    After building your application in step 3, you're ready to publish your app and go online!

    # using npm
    npm run deploy
    
    # using yarn
    yarn deploy

❤️ Credits

Built with Gatsby - the blazing-fast static site generator for React.

💫 Deploy

Deploy to Netlify

About

A portfolio site built with React and rendered to a static file with gatsby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published