4.0 KiB
How to use this template
Update sheild urls
- Update url for discourse, downloads, issues, current release, and contributors
Project title and logo
- Update project title and description
- Update project logo
- Update link to point to documentation about this project
About the project
- Update project screenshot
- Update the paragraph with what your project is meant to accomplish
Getting started
- Describe how to get started with your project
- Describe any prerequisites needed to run your project
- Describe how to install and run your project
Discuss
- Create a tag in our discourse forum for your project
- Update link in this section to point to the newly created tag
After these steps are complete remove this checklist!
About The Project
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.
Getting Started
To...
Prerequisites
To run this project you must first have npm installed.
- npm
npm install npm@latest -g
Installation
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git - Install NPM packages
npm install - Start the website
npm start
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/your-feature-name) - Commit your Changes (
git commit -m 'Add some your-feature-name') - Push to the Branch (
git push origin feature/your-feature-name) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE.txt for more information.
Discuss
Click Here to discuss this tool with other users.
