An open API service indexing awesome lists of open source software.

https://github.com/js2me/phylopic-ui

User Interface for PhyloPic 2.0
https://github.com/js2me/phylopic-ui

Last synced: about 1 year ago
JSON representation

User Interface for PhyloPic 2.0

Awesome Lists containing this project

README

          

# PhyloPic 2.0 User Interface

This is in early stages of development.

## Setting Up

Make sure you have [Node.js](https://nodejs.org/) installed.

If not already installed, install [yarn](https://yarnpkg.com/):

```sh
npm install --global yarn
```

To install dependencies, enter the project folder and run:

```sh
yarn
```

## Running the Project

To serve the project locally, run:

```sh
yarn start
```

The site will be available here: [`http://localhost:3000/`](http://localhost:3000/)

For this stage of development, the front end is using the [PhyloPic 1.0 API](http://phylopic.org/api). This will transition at a later date.