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
- Host: GitHub
- URL: https://github.com/js2me/phylopic-ui
- Owner: js2me
- Created: 2018-12-24T13:50:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-10T07:01:12.000Z (over 7 years ago)
- Last Synced: 2024-10-05T20:41:14.941Z (over 1 year ago)
- Language: TypeScript
- Size: 224 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.