Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.56 KB

README.md

File metadata and controls

61 lines (36 loc) · 1.56 KB

🚨 WARNING: The website has migrated to another repo.



ilyagru (personal website & blog)

Status Check Gatsby Publish version

ilyagru.com

Uses a custom Gatsby's blog starter. This starter ships with the main Gatsby configuration files you might need to get up and running.

Quick start

  1. Start developing

    yarn start
  2. 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.

  3. Production

    yarn build
  4. Test locally

    yarn serve

    The site is now running at http://localhost:9000!

  5. Run tests

    yarn test
  6. 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.

TODO:

Todos are tracked either with the comment or in the related GitHub project.