lmarschall / foodover

A progressive web app to utilize your leftover products.

Home Page:https://foodover.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foodover

powered by

md cheat sheet

important commands

installation for production

# execute the following command in the root folder
npm install

installation for development

# execute the following command in the app folder
npm install

developing commands for vue.js frontend

# execute the following commands in the app folder
# build the static files
npm run build
# create frontend debug server
npm run serve
# improve code styling
npm run lint

start localhost server

# execute the following command in the root folder
node server.js

show code documentation

# execute the following command in the app folder
vuese serve --open

create code documentation

# execute the following command in the app folder
vuese gen

About

A progressive web app to utilize your leftover products.

https://foodover.app

License:GNU General Public License v3.0


Languages

Language:Vue 76.4%Language:TypeScript 15.5%Language:JavaScript 5.6%Language:HTML 2.0%Language:Dockerfile 0.6%