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

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

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
}
```