Skip to content

hendrikmolder/molder2

Repository files navigation

Netlify Status

Molder v2

This documentation is being updated.

Running in development

To start both, Gatsby site and lambda functions, run npm run develop which starts both processes.

Configuring dotenv

Dotenv is recommended for working in the development environment.

  1. Use npm i dotenv to install dotenv.
  2. Create a new file in the root directory of the project called .env (please do not commit this file).
  3. Add the following lines to the .env file replacing [KEY] with the actualy key.