Add auto deployment infrastructure for website

This commit is contained in:
Keavon Chambers
2023-08-16 00:35:06 -07:00
parent 0a7a69b315
commit a871ea6d69
9 changed files with 247 additions and 136 deletions

15
.prettierrc Normal file
View File

@@ -0,0 +1,15 @@
{
"singleQuote": false,
"useTabs": true,
"tabWidth": 4,
"printWidth": 200,
"overrides": [
{
"files": ["*.yml", "*.yaml"],
"options": {
"useTabs": false,
"tabWidth": 2
}
}
]
}