Skip to content

robertauer/website

 
 

Repository files navigation

SCM-Manager

scm-manager.org

This repository contains sources of the scm-manager main website scm-manager.org. The website is build with GatsbyJS.

Development

To build the website in development mode, we need the following content from the core and plugin repositories:

  • README.md
  • CHANGELOG.md
  • LICENSE.txt
  • and the docs folder

The content can be fetched automatically by using the collect-content script from the package.json.

The script requires a valid github api token with access to public repositories: create personal access token.

After the access token is copied, we have to export the token as environment variable GITHUB_API_TOKEN. Now we are able to run the collect-content script and than we can start gatsby in development mode.

export GITHUB_API_TOKEN="your_github_api_token"
yarn install
yarn run collect-content
yarn run develop

Need help?

Looking for more guidance? Full documentation lives on our homepage or the dedicated pages for our plugins. Do you have further ideas or need support?

  • Community Support - Contact the SCM-Manager support team for questions about SCM-Manager, to report bugs or to request features through the official channels. Find more about this here.

  • Enterprise Support - Do you require support with the integration of SCM-Manager into your processes, with the customization of the tool or simply a service level agreement (SLA)? Contact our development partner Cloudogu! Their team is looking forward to discussing your individual requirements with you and will be more than happy to give you a quote. Request Enterprise Support.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.3%
  • JavaScript 26.2%
  • SCSS 3.2%
  • HTML 0.9%
  • Dockerfile 0.7%
  • Shell 0.6%
  • Makefile 0.1%