- Clone the repository:
git clone git@github.com:jonasstenberg/salad-bowl.git
npm install
- Create a database:
cd backend && sqlite3 state.db < db/schema.sql
Start the server
cd backend && npm start
Start the client
cd client && npm start
git clone git@github.com:jonasstenberg/salad-bowl.git
npm install
cd backend && sqlite3 state.db < db/schema.sql
Start the server
cd backend && npm start
Start the client
cd client && npm start