https://github.com/firecracker-microvm/firecracker-microvm.github.io
GitHub
https://github.com/firecracker-microvm/firecracker-microvm.github.io
Last synced: 4 months ago
JSON representation
GitHub
- Host: GitHub
- URL: https://github.com/firecracker-microvm/firecracker-microvm.github.io
- Owner: firecracker-microvm
- Created: 2018-11-27T03:06:08.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-22T09:46:28.000Z (8 months ago)
- Last Synced: 2025-08-23T09:05:11.931Z (4 months ago)
- Language: Less
- Size: 12.7 MB
- Stars: 6
- Watchers: 15
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the presentation website for
[Firecracker](https://github.com/firecracker-microvm/firecracker).
We take pull request for content and FAQ improvements, as well as additons to
the list of Firecracker integrations.
When contributing to HTML pages in this repo, please format the entire file
with the latest stable [Prettier](https://prettier.io/) release, using the
settings below for the HTML parser.
```json
{
"arrowParens": "always",
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"htmlWhitespaceSensitivity": "ignore",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 120,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false
}
```