Skip to content

Commit

Permalink
sweep: Update start:all script to start server with main.
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Aug 7, 2023
1 parent 6632771 commit 3058d23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/start
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

# Start the client
cd client && npm start &

# Start the server
cd server && . .venv/bin/activate && python3 main.py &

0 comments on commit 3058d23

Please sign in to comment.