Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 370 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 370 Bytes

Mustard

Setup

  1. Install Node.js
  2. Download this repository and navigate to it using your command line: cd mustard
  3. Install dependencies: npm install
  4. Setup environment variables: cp .env.example .env
  5. Build external dependencies: npm run build

Running

  1. Run: npm start
  2. Open http://localhost:3000/ in your browser