Skip to content

saviynt/saviynt-developer-portal

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


About The Project

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.

(back to top)

Getting Started

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.

Installation

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

Usage

After installing dependencies via yarn install, start the development server with yarn start:

% yarn start

(back to top)

Contributing

See CONTRIBUTING.md.

(back to top)

Acknowledgments

Much thanks to:

  1. Our contributors
  2. Docusaurus
  3. Docusaurus OpenAPI Doc Generator

(back to top)