Switch to site built with astro

This commit is contained in:
2021-09-23 09:26:56 -05:00
parent 679bbc7b0d
commit 996e3610ac
39 changed files with 349 additions and 1645 deletions

6
site/.stackblitzrc Normal file
View File

@@ -0,0 +1,6 @@
{
"startCommand": "npm start",
"env": {
"ENABLE_CJS_IMPORTS": true
}
}