Skip to content

AlexisReyes/zona-marketera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlify Status

Gatsby Web Page

ENV vars

  • GATSBY_EMAILJS_USERID - emailjs user ID.
  • GATSBY_EMAILJS_TEMPLATEID - emailjs template ID.
  • GATSBY_EMAILJS_SERVICEID - emailjs service ID.
  • GATSBY_EMAILJS_TO_NAME - Contact Email receiver to name.
  • GATSBY_RECAPTCHA_KEY - Google recaptcha site key.

Development

1.- Cloning starter

gatsby new my-new-website https://github.com/app-generator/gatsbyjs-starter-tailwindplay

2.- Fill .env file

cp website/.env.sample website/.env.development

3.- Run development server

gatsby develop

Build Production

1.- Fill .env file with production ENV values.

cp website/.env.sample website/.env

2.- Run build for production

gatsby build

3.- Start container

docker-compose up -d

About

Sitio web para agencia de marketing zonamarketera.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors