/playsalad

Primary LanguageJavaScriptMIT LicenseMIT

salad-bowl

Install

  • 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

Usage

Start the server

cd backend && npm start

Start the client

cd client && npm start