Skip to content

JungleMinds/JM_Assuline

Repository files navigation

Assuline

Netlify Status

A rebuild of the Assuline website using Gatsby.

🚀 Quick start

  1. Install

    Use yarn to install all dependencies.

    yarn
  2. Set environment variables

    Copy .env file and create and paste a new .env.local file. Get the environment variables you need from Netlify or one of the contributors.

  3. Start developing.

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

    yarn start

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

🧪 Local testing Nodemailer

To test Nodemailer in your local environment:

  • open a new terimal tab
  • export NODE_ENV=production
  • export HOTMAIL_USER=email@hotmail.com (this will be used to send emails)
  • export HOTMAIL_PASS=password
  • export ASSULINE_EMAIL=your@email.to.test (this will get the emails from form submit)
  • yarn start:functions

🧑‍💻 Contributors

About

Code repository for the Assuline project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •