bharadhwaj-g / foodsaving-frontend

Modern website for organization of foodsaving groups worldwide (AngularJS frontend code) - also: central location for feature planning

Home Page:https://foodsaving.world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeCov CircleCI Known Vulnerabilities

karrot frontend

Welcome to karrot! karrot is a software to support foodsaving groups worldwide. This is the frontend repository, i.e. the browser-side software that powers foodsaving worldwide.

foodsaving worldwide

The foodsaving worldwide team provides additional resources to build up foodsaving.

Development goals

Our current development goals are prioritized and written down in our elaborate roadmap.

We are keeping the features down to a minimum, in order to progressively build up a useful software.

Releases

Look into our change log file for a quick overview of past versions and recent changes.

Potential users

Have a look on the live site for all groups that have registered so far. Not all of them are using the app right now, but we have received feature requests from them.

Translation

We are using Transifex to provide karrot in many languages. To help us with translation, please create an account and apply for the karrot group.

After selecting your destination language and choosing the resource file, go ahead to start translating!

Setup

Requirements

To clone and install:

git clone https://github.com/yunity/karrot-frontend.git
cd karrot-frontend
yarn

To run the local dev server:

yarn dev

To lint and run the tests:

yarn lint
yarn test

If you want to use an eslint plugin for your editor, please keep in mind that you either have to install all eslint plugins listed in package.json globally or you run yarn install. Otherwise your eslint plugin may not work.

Start contributing?

Be sure to join us in the #karrot-dev chatroom on slack and get in contact! The most important information are written down in our contribution guidelines.

The backend is developed to support this frontend. If you find a bug or miss something in the API, please file an issue in the backend repository.

About

Modern website for organization of foodsaving groups worldwide (AngularJS frontend code) - also: central location for feature planning

https://foodsaving.world

License:MIT License


Languages

Language:JavaScript 51.4%Language:Vue 46.8%Language:CSS 0.9%Language:Shell 0.5%Language:HTML 0.2%Language:Python 0.1%