Skip to content

4glio/sasapps.io

Repository files navigation

SAS Apps is a static blog site including third-party forms service.

🚀 Get Up and Running in 5 Minutes

You can get a new Gatsby site up and running on your local dev environment in 5 minutes with these four steps:

  1. Install the Gatsby CLI.

    npm install -g gatsby-cli
    	Recommended Gatsby CLI version: 2.12.61
    
  2. Start the site in develop mode.

    Next, move into your new site's directory and start it up:

    cd my-blazing-fast-site/
    gatsby develop
  3. Create build and run locally production mode.

    gatsby build
    gatsby serve
  4. Push production build to server.

    scp -P 18765 -r ./public/. [email protected]:/home/analytiu/public_html/sasappsio

Tech

SASApps uses a number of open source projects to work properly:

  • Gatsby - framework based on React that helps developers build blazing fast websites and apps
  • Kwes Forms - Most customizable form service for web agencies.