A rebuild of the Assuline website using Gatsby.
-
Install
Use yarn to install all dependencies.
yarn
-
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. -
Start developing.
Navigate into your new site’s directory and start it up.
yarn start
Your site is now running at http://localhost:8000
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
- Tijmen Overman - tijmen.overman@jungleminds.nl
- Bart Beemster - bart.beemster@jungleminds.nl
- Süheyb Coşkun - suheyb.coskun@jungleminds.nl