Skip to content

syves/menu-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MenuApp

Installation

make setup    # install dependencies
make server   # start the development server on localhost:2999

Adding a menu

Add target to Makefile (copy an existing target). Then run:

make

Updating existing menus

rm public/js/menus/*
git checkout -- public/js/menus/thai.js
make

Make cuisine files from menus*

make public/js/menus/udupi-palace.js
*only do this after menus are fully formated! 
-in  make model after indian menu--

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published