Learning Great Gatsby to create lightning-fast web experiences.
https://senthil-gatsby.netlify.app/
- Fork this repository to your GitHub account
- Clone your fork to your development machine
- I prefer to install yarn globally
npm install -g yarn - Install the package dependencies by running
yarn - Start the application server by running
yarn start - For production build run
yarn build