@rd/docs site
[![NPM Downloads][npm-downloads-image]][npm-downloads-link]
[![NPM Version][npm-version-image]][npm-version-link]
[![MIT License][npm-license-image]][npm-license-link]
![node][node-image]
[![npm bundle size (minified)][npm-bundle-size-image]][npm-bundle-size-link]
contributing
- clone the repo and
cd
into it npm install
- set env variables
cp .env.example .env
- convert newly set env variables to new typescript output file (i.e. src/environments/environment.*.ts)
- npm run config -- --environment=dev
- npm run config -- --environment=prod
** make sure .env file is never checked in, which it should already be in the .gitignore, so you should already be good!