Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 612 Bytes

README.md

File metadata and controls

46 lines (23 loc) · 612 Bytes

About

Croissant serves RingCentral Professional Services by streamlining commonly performed tasks.

Dev Dependencies

Node 16.5.1

Environment Variables

See sample.env for a list of environment variables

Installation

Clone the repo

git clone https://github.com/RingCentral-Pro-Services/Croissant.js.git

cd Croissant.js

Add environment variables for frontend and backend

Copy sample.env and fill out with correct values

Install depedencies and build

cd backend
npm install
npm run build

Start it up

npm start

Then go to localhost:3000