Property agency website built with Gatsby and TailwindCSS.
Check the live site here 👉️ https://puretimepropertypurchasing.com
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.
- Google Analytics (Analytics)
- Google Adsense (Ad Management)
- Mailchimp (Form Management & Newsletter)
- Contentful (Blog content)
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
Install the dependencies
If you have used Gatsby CLI, you can skip this step
npm install
or
yarn install
Set up environment variables
Environment variables are required for the site to work.
Copy the
.env.example-dev&.env.example-prodbelow to.env.developmentand.env.productionfiles 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=Start developing.
Navigate into your new site’s directory and start it up
cd my-gatsby-site/npm run develop
or
yarn run develop
Open the code and start customizing!
Your site is now running at http://localhost:8000
Deploy this template with one click on Gatsby Cloud:
Template crafted by Landify Team.