LitLifeSoftware's website built with Gatsby and React. Its main purpose is to provide information and present apps made by LitLifeSoftware.
Visit our website on litlifesoftware.github.io.
-
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
-
Start developing.
Navigate into your site’s directory and start it up.
cd website-gatsby/ gatsby develop
-
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 editsrc/pages/index.js
. Save your changes and the browser will update in real time!
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)
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.