Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 664 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 664 Bytes

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.