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 protected] (this will be used to send emails)
- export HOTMAIL_PASS=password
- export ASSULINE_EMAIL=[email protected] (this will get the emails from form submit)
yarn start:functions
- Tijmen Overman - [email protected]
- Bart Beemster - [email protected]
- Süheyb Coşkun - [email protected]