A small app for displaying the lunch menus for most commonly used restaurants within the team I work with.
Install the dependencies
npm install
Start development server. Local development server is found at localhost:8080
npm run dev
Get now.sh account and install their CLI tool.
Run now to deploy the app to your account
now
To deploy the app with kumpulalounas
alias (as defined in now.json
) run now with --prod
flag.
now run release