Skip to content

aaron-lau/aaron-lau-dot-com

Repository files navigation

Source code for www.aaron-lau.com. Built using Gatsby.

🚀 Quick start

  1. Start developing.

    Check your node version and npm version are compatible. At the time of writing this repo is built using:

    $ npm -v 
    9.8.1
    $ node -v 
    v18.16.0

    Navigate into the repository and start it up.

    $ cd aaron-lau-dot-com/
    $ CXXFLAGS="--std=c++14" npm install
    $ npm start
  2. Open the source code and start editing!

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

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

💫 Deploy

Deploy to Netlify