Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

litlifesoftware/website-gatsby

Repository files navigation

LitLifeSoftware Logo

Website

LitLifeSoftware's website built with Gatsby and React. Its main purpose is to provide information and present apps made by LitLifeSoftware.

Preview

LitLifeSoftware Website Screenshot

Visit our website on litlifesoftware.github.io.

🚀 Quick start

  1. Checkout repository.

    Use the Gatsby CLI (install instructions) to create a new site, specifying the default starter.

    # Clone the project onto your device
    git clone https://github.com/litlifesoftware/website-gatsby.git
  2. Start developing.

    Navigate into your site’s directory and start it up.

    cd website-gatsby/
    gatsby develop
  3. 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.

    Open the website-gatsby directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

Dependencies

Our website utilizes following node dependencies in order to implement certain features and functions:

  • react (Javascript Framework)
  • tailwindcss (CSS Framework)
  • aos (Animate on Scroll)
  • gatsby (Static Site Generator for React)
  • fortawesome (Icon components)
  • postcss-cli (Commandline Interface to compiles a CSS file based on the TailwindCSS config)

🎓 Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.