Skip to content

AX99/Puretime-Property

Repository files navigation

Puretime Property Purchasing

Puretime Property Purchasing

Property agency website built with Gatsby and TailwindCSS.

Live demo

Check the live site here 👉️ https://puretimepropertypurchasing.com

Additional tools

I've used these tools to build this site. You can set up accounts for them and use their access keys in the environment variables.

Getting started

  1. Get the source code

    Clone this repo from github using Git CLI

    git clone https://github.com/AX99/Puretime-Property.git

    Or use the Gatsby CLI

    gatsby new my-gatsby-site
    https://github.com/AX99/Puretime-Property
  2. Install the dependencies

    If you have used Gatsby CLI, you can skip this step

    npm install

    or

    yarn install
  3. Set up environment variables

    Environment variables are required for the site to work.

    Copy the .env.example-dev & .env.example-prod below to .env.development and .env.production files and fill in the values.

    .env.example-dev:

    CONTENTFUL_SPACE_ID=
    CONTENTFUL_PREVIEW_ACCESS=
    MAILCHIMP_KEY=
    GA_TRACKING_ID=
    ADSENSE_PUBLISHER_ID=
    

    .env.example-prod:

    CONTENTFUL_SPACE_ID=
    CONTENTFUL_DELIVERY_ACCESS=
    MAILCHIMP_KEY=
    GA_TRACKING_ID=
    ADSENSE_PUBLISHER_ID=
    
  4. Start developing.

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

    cd my-gatsby-site/
    npm run develop

    or

    yarn run develop
  5. Open the code and start customizing!

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

🚀 Deploy on Gatsby Cloud

Deploy this template with one click on Gatsby Cloud:

Deploy to Gatsby Cloud

Template crafted by Landify Team.

About

Puretime Property Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published