Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 270 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 270 Bytes

Created to be cloned within a subdirectory in your Node App codebase. Will need to enter the cloned source directory in your Node App branch's .gitignore.

  1. After cloning this repo, at the project's root, make a local copy of the .env file: ```cp .env.default .env``