-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from teamtaverna/9__update_webclient_readme
Update readme, add link to coveralls and travis
- Loading branch information
Showing
4 changed files
with
47 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,38 @@ | ||
# tarvena-admin | ||
The admin interface for Tarvena app. | ||
[![Coverage Status](https://coveralls.io/repos/github/teamtaverna/web_client/badge.svg)](https://coveralls.io/github/teamtaverna/web_client) [![Build Status](https://travis-ci.org/teamtaverna/web_client.svg?branch=master)](https://travis-ci.org/teamtaverna/web_client) | ||
|
||
# Web Client | ||
The web interface for Tarvena app, an open source meal review and management platform. | ||
|
||
### Tech | ||
- NodeJS | ||
- ReactJS | ||
- webpack | ||
|
||
### Collaboration | ||
|
||
Want to contribute? Great! | ||
|
||
Clone the repository from [GitHub](https://www.github.com) | ||
``` | ||
$ git clone https://github.com/teamtaverna/web_client.git | ||
``` | ||
|
||
### Installation | ||
|
||
**Mac Users** | ||
|
||
Be sure to have the following installed and setup first. | ||
* NodeJS | ||
|
||
Next, | ||
- install the dependencies | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
To start the server | ||
|
||
``` | ||
npm run dev | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters