/fruktkartan

New frontend for the new fruktkartan.se API

Primary LanguageVueGNU Affero General Public License v3.0AGPL-3.0

A new frontend for the fruit map. Now continuously deployed from production branch to https://fruktkartan.se

Developing

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Loads .env and .env.development (and .env.development.local, if you have one! useful for overriding)

Compiles and minifies for production

npm run build

Loads .env.

Run your tests

npm run test

Lints and fixes files

npm run lint