- Install Node.js
- Download this repository and navigate to it using your command line:
cd mustard
- Install dependencies:
npm install
- Setup environment variables:
cp .env.example .env
- Build external dependencies:
npm run build
- Run:
npm start
- Open http://localhost:3000/ in your browser