Skip to content

Kabisa-archive/dinner-orders-pwa

Repository files navigation

Orders PWA

Setup

  1. Create a .env file, see env.example for required keys.
  2. Run bin/setup

Building

  1. Follow steps in Setup.
  2. Run yarn build (or npm run build)
  3. open dist/index.html

Development

  1. Follow steps in Setup.
  2. Run yarn start (or npm start)
  3. open http://localhost:3000