Skip to content

wearelastdoor/2022.lastdoorsolutions.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Setup project

  1. Clone Repo
 git clone https://github.com/wearelastdoor/2022.lastdoorsolutions.com.git
  1. install dependencies in the project

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

cd 2022.lastdoorsolutions.com
then run: npm install
  1. Start developing project.
    Run cmd: `gatsby develop`
    Or run `gatsby develop -H 0.0.0.0 ` for browser sync

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

  1. Deploy to server.
    Run cmd: gatsby build

And upload all files from /public to inside the /www to the server.

Enjoy!!!

For more information please visit

https://www.gatsbyjs.com/