🚨 WARNING: The website has migrated to another repo.
Uses a custom Gatsby's blog starter. This starter ships with the main Gatsby configuration files you might need to get up and running.
-
Start developing
yarn start
-
Open the source code and start editing
The 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. -
Production
yarn build
-
Test locally
yarn serve
The site is now running at
http://localhost:9000
! -
Run tests
yarn test
-
Deploy
yarn deploy
For a repository named like ilyagru.github.io. Deploying automatically by Github Actions on merging to develop.
Note: In this case you don't need to specify
--prefix-paths
and your website needs to be pushed to master branch.
Todos are tracked either with the comment or in the related GitHub project.