An open API service indexing awesome lists of open source software.

https://github.com/porter-dev/getting-started-template

Template for static site served by getting-started applications.
https://github.com/porter-dev/getting-started-template

Last synced: about 1 year ago
JSON representation

Template for static site served by getting-started applications.

Awesome Lists containing this project

README

          

# Overview

This repo was made to generate static templates for Porter's `getting-started` repositories. It uses `docusaurus` to maintain consistency with the core Porter docs.

# Building for Runtimes

You can target a runtime with `npm run build-$RUNTIME`, for example:

```
npm run build-golang
npm run build-nodejs
```

The resulting files in the `/build` directory should then be placed in the corresponding repo. This will eventually be replaced by a Github action that does this automatically.