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.
- Host: GitHub
- URL: https://github.com/porter-dev/getting-started-template
- Owner: porter-dev
- Created: 2022-01-07T22:05:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T22:11:40.000Z (about 4 years ago)
- Last Synced: 2025-02-16T16:56:50.613Z (about 1 year ago)
- Language: CSS
- Size: 312 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.