https://github.com/cloud-annotations/iris
Source for the Cloud Annotations tool
https://github.com/cloud-annotations/iris
Last synced: 9 months ago
JSON representation
Source for the Cloud Annotations tool
- Host: GitHub
- URL: https://github.com/cloud-annotations/iris
- Owner: cloud-annotations
- License: mit
- Created: 2018-09-13T18:53:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T17:03:23.000Z (over 3 years ago)
- Last Synced: 2025-03-23T06:11:23.059Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 MB
- Stars: 44
- Watchers: 4
- Forks: 13
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/cloud-annotations/iris)
Cloud Annotations
Launch Cloud Annotations 🚀
## Project setup
`git clone` the repo and `cd` into it by running the following command:
```bash
git clone https://github.com/bourdakos1/cloud-annotations-client.git
cd cloud-annotations-client/src
```
Install the server dependencies:
```
npm install
```
Install the client dependencies:
```
cd client && npm install
````
> **Note: You’ll need to have Node 8.10.0 or later on your local development machine.** You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to easily switch Node versions between different projects.
## Local development
Start the app:
```
npm start
```
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
## Issues
Please file any issues on the [training repo](https://github.com/cloud-annotations/training/issues)