Skip to content

HauntedBees/FoodPortal.Site

Repository files navigation

FoodPortal.Site

wut

Three websites about food. Areund the World is half-blog half-resource as I try to eat food and listen to music from everywhere in the world. Spiceapedia is intended to be a single resource for spices and herbs containing information on what to use them with, how to use them, and other useful information. AltFood Reviews is a review site for vegan and vegetarian substitutes for non-vegan and non-vegetarian foods.

depencencies

The following dependencies are used in this project:

Development dependencies can be found in the package.json file.

license

This code is licensed under GNU Affero General Public License, and its text, data, and art assets are licensed with the CC BY-SA 4.0 License.

building

setup

npm install

compile for development

npm run serve

compiles and minify for production

npm run build

lint and fix files

npm run lint

customize configuration

See Configuration Reference.