Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
/ NoFoodWasted Public archive

Simplify managing products and discounts for stores

Notifications You must be signed in to change notification settings

DeSigaar/NoFoodWasted

Repository files navigation

De Sigaar Logo

NoFoodWasted by De Sigaar

Table of Contents

About

This project was made by some students from the Fontys Hogeschool ICT. A live preview can be found on our Expo page.

Prerequisites

Installation

First make sure you have Node.js installed. If you are unsure if node is installed, run $ node --version within terminal/command prompt. Afterwards check if you have Yarn installed. You can do this by running $ yarn --version within terminal/command prompt.

Clone

Clone this repository to your local machine and move to the new folder.

$ git clone https://github.com/de-sigaar/NoFoodWasted.git
$ cd NoFoodWasted

Setup

First, globally install the latest expo-cli package

$ npm install --global expo-cli@latest
or
$ yarn global add expo-cli@latest

Next up, install all needed dependencies within the folder

$ npm install
or
$ yarn install

Running

Finally, you can start running the application

$ npm start
or
$ yarn start

Built with

Creators

See the whole list of contributors who participated in this project.