-
Install Gatsby CLI.
npm install -g gatsby-cli
Then run:
yarn
or:
npm install
-
Start developing.
Start develop mode:
gatsby develop
-
Open the source code and start editing!
The site is now running at
http://localhost:8000
! -
Build
Build application:
gatsby build
-
Deploy
Deployment is running with Netlify at:
https://cocky-pasteur-ddb300.netlify.com/
juzejunior/Startae-Team-Tweet
This project aims to show the latest tweets from Startae Team.
JavaScriptMIT