Pre-prepare for alpha launch (#44)

* Add an initial version

* Add a license
This commit is contained in:
Kieran
2024-03-01 16:47:19 -08:00
committed by GitHub
parent 6738071613
commit 1ad9e2c331
5 changed files with 675 additions and 15 deletions
+2 -1
View File
@@ -2,5 +2,6 @@
"description": "Prettier is used for linting of all files so this package has to live in the root of the project. Use the other package.json files for dependencies. Also, look into making this global or something to remove the need for this file.",
"devDependencies": {
"prettier": "3.2.4"
}
},
"license": "<See the LICENSE file>"
}