Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 369 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 369 Bytes

Contributing

Prerequisites

Setup

Install dependencies

npm install

Run tests

npm test

Setup environment variables

Create .env for dotenv

# .env
STACKOVERFLOW_EMAIL=your.email@address.com
STACKOVERFLOW_PASSWORD=UrP4ssw0rd

Run

npm start