This is the repo for the Saviynt Developer Portal hosted at https://developers.saviynt.com
. It is managed on GitHub via a Docs as Code (DaC) approach.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
The following installs the developer portal and dependencies. yarn install
creates the yarn.lock
file which is necesary for the GitHub build pipline.
% git clone https://github.com/saviynt/saviynt-developer-portal
% cd developer-portal
% yarn install
After installing dependencies via yarn install
, start the development server with yarn start
:
% yarn start
See CONTRIBUTING.md
.
Much thanks to: