✨ME:NEW✨ is a helper for people who travel around and eat foreign's food.
PICK 📷 -> TRANSLATE 📑 -> CHOOSE 👆
ME:NEW client has the dependencies for the following libraries:
For anyone interested in developing ME:NEW client, follow the instructions below.
Clone the ME:NEW client repository install the dependency modules.
# Clone the repository.
$ git clone https://github.com/hackvengers/menew-client.git
npm
and Yarn
are supported.
# Install the dependency modules.
$ npm install
# or
$ yarn
Copy the .env.example
file and rename it to .env
And set the REACT_APP_API_URL
variable.
Use npm script to build ME:NEW client.
# Run webpack-dev-server for development
$ npm run
# or production build
$ npm build
ME:NEW client is licensed under the MIT license.