/food

Primary LanguageHTML

Run

npm install
HOST=XXX.XXX.XXX.XXX PORT=XXXX npm run dev

Open localhost:3000 on your laptop or mobile phone

Deploy

npx sapper export --basepath /food
cp -r __sapper__/export/food/* ~/p/oren.github.io/food/

Helper Commands (Makefile)

Show list of available commands in the Makefile

make list

Deploy to production

make deploy

Export

make export

Run production-like server on your laptop

make run-local

Features

  • Create Meal
  • Mass deletion
  • Import and export food

Links