DessertsApp / desserts-app-marketing

the Desserts App marketing page

Home Page:http://desserts.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desserts App

🚀 Setup Guide

  1. Clone from Git and install dependancies

    yarn
  2. Starting the developer environment

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

    cd desserts-app-marketing/
    yarn start

    *Note: For EmailForm.js to work you must set env variables for .env.development and .env.production. Found on Emailjs dashboard with thedessertsapp@gmail.com.

  3. See live changes from the browser

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

    Wrapper for all pages is src/layout/layout.js

    Homepage is src/pages/index.js

  4. Deploying to Github Pages

    Using the gh-pages plugin we can build our site and publish it on a seperate (gh-pages) branch to utilize Github Pages for hosting.

    yarn deploy

    See more here -> Gatsby gh-pages docs

About

the Desserts App marketing page

http://desserts.app


Languages

Language:JavaScript 90.9%Language:TypeScript 8.4%Language:CSS 0.7%