Files
developer.sailpoint.com/README.md
2022-08-17 19:35:49 -04:00

3.2 KiB

Discourse Topics Times Downloaded Issues Latest Releases Contributor Shield


Logo

Developer Community Website - README




This repository contains the complete build, with assets, for everything seen on developer.sailpoint.com. The includes the homepage, all static elements, docs, and the API specifications. The API specifications come in from a GitHub Action in another repository, but ultimately the API specifications used to generate this static site are those found in the static folder.

(back to top)

Getting Started

Prerequisites

To run this project you must first have npm installed.

npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/sailpoint-oss/developer-community-site.git
    
  2. Install NPM packages
    npm install
    
  3. Start the website
    npm start
    

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag enhancement. Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/your-feature-name)
  3. Commit your Changes (git commit -m 'Add some your-feature-name')
  4. Push to the Branch (git push origin feature/your-feature-name)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Discuss

Click Here to discuss this tool with other users.

(back to top)