Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl authored Oct 2, 2018
1 parent 62a0a8b commit 5a9ac3f
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,37 +68,44 @@ Check [video](https://youtu.be/Y-bJo_ylHTw) tutorial/demonstration for more deta

## Getting Started

To use it offline, you can either download installers or clone this repo and run it on a local server.

### Installing

1. Fork this repository on github and make a clone from your forked copy
```
$ git clone 'your_local_fork_on_github'
```

### Setup local environment for development
### Setup local environment

1. Install node and npm
2. Open the terminal and run `$ npm install -g live-server` to install node live server.
3. Run `$ live-server` in /imglab/ folder.
4. Open your browser (if it hasn't popped up already) at: `http://127.0.0.1:8080/`

## Built with

- [Riot.js](https://github.com/riot/riot) - Simple and elegant component-based UI library
*Nore that* [live-server](https://www.npmjs.com/package/live-server) is just an app to run the server in easy way. You may try any other option as well.

## Contributing

Please read [CONTRIBUTING.md](https://github.com/NaturalIntelligence/imglab/blob/master/.github/First_Time_Contributors.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Built with

- [Riot.js](https://github.com/riot/riot) - Simple and elegant component-based UI library

## Showcase your work

While using this library, if you happen to build an open database that can help other users or something you would like to showcase, please raise an issue or PR.

## Worth to mention

- **[निम्न (NIMN)](https://github.com/nimndata/spec)** : A data format which can save up to 80% network bandwidth and speed up network communication.
- [Stubmatic](https://github.com/NaturalIntelligence/Stubmatic) : Create HTTP mock services in minutes without code. You can also mock some binary data formats.
- **[अनुमार्गक (anumargak)](https://github.com/NaturalIntelligence/anumargak)** : Amazing fast router for node web servers.
- [Stubmatic](https://github.com/NaturalIntelligence/Stubmatic) : Mock web servers and services. Designed specialy for testers and testing.
- [अनुमार्गक (anumargak)](https://github.com/node-muneem/anumargak) : Amazing fast router for node web servers.
- **[मुनीम (Muneem)](https://github.com/node-muneem/muneem)** : Simple and fast web framework designed not only for developers but whole team.
- [Match it](https://funcards.github.io/match-it/) : Generate Spot it like card game decks.

*Note that* All above mentioned projects are free to use and welcome contributors.

## Contributors

Expand Down

0 comments on commit 5a9ac3f

Please sign in to comment.