/christianacare

Used Gatsby to create a fast turnaround landing page template. Designs were prescribed and all that was necessary was from frontend markup. Gatsby may have been a bit overkill but it was fun using it!

Primary LanguageJavaScriptBSD Zero Clause License0BSD

Gatsby

Gatsby minimal starter

🚀 Quick start

  1. Install dependancies.

    Use npm to install dependancies.

    npm install -g gatsby-cli
    npm install
  2. Build files.

    Navigate into your new site’s directory and build it.

    cd christianacare/
    gatsby build
    gatsby serve
  3. Preview files!

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

  4. Need to make changes?

    Navigate into your site’s directory and start the development server.

    cd christianacare/
    gatsby develop

    Your site is now running at http://localhost:8000!

    Edit src/templates/landing-page.js to see your site update in real-time! Or add/update any .json file inside of src/data and see the content update auto-magically. Any new .json file you create inside of src/data will create a new page.

  5. Learn more