Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "gods-eye-root",
|
||||
"version": "1.0.0",
|
||||
"description": "Root management for God's Eye project",
|
||||
"scripts": {
|
||||
"install-all": "npm install && cd frontend && npm install && cd ../backend && python3 -m venv venv && source venv/bin/activate && pip install -r requirements.txt",
|
||||
"backend": "cd backend && source venv/bin/activate && python3 main.py",
|
||||
"frontend": "cd frontend && npm run dev",
|
||||
"start": "concurrently --kill-others \"npm run backend\" \"npm run frontend\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^9.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user