feat: initial notes

This commit is contained in:
rzmk 2023-11-22 20:16:43 -05:00
commit abacf061c1
No known key found for this signature in database
9 changed files with 3546 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "various-dsat-math-notes",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"release": "release-it"
},
"keywords": [],
"author": "Mueez Khan",
"license": "",
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"release-it": "^17.0.0"
}
}