Initial commit

This commit is contained in:
dragongoose
2023-03-07 01:19:05 -05:00
parent e7dc781620
commit bc9336468b
33 changed files with 12345 additions and 0 deletions

6
package.json Normal file
View File

@ -0,0 +1,6 @@
{
"scripts": {
"build": "cd frontend && npm run build",
"prod": "cd server && npm run prod"
}
}