Property agency website built with Gatsby and TailwindCSS.
Check the live site here 👉️ https://puretimepropertypurchasing.com
-
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
-
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.