Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xuorig/insyto

Insyto React / Relay App
https://github.com/xuorig/insyto

Last synced: about 2 months ago
JSON representation

Insyto React / Relay App

Awesome Lists containing this project

README

        

# Insyto

Insyto is a knowledge sharing platform built by Marc-Andre Giroux and Igor Miller using [Relay](https://facebook.github.io/relay).

## Installation

```
npm install
```

## Running

Start a local server:

```
npm start
```

## Developing

Any changes you make to files in the `js/` directory will cause the server to
automatically rebuild the app and refresh your browser.

If at any time you make changes to `data/schema.js`, stop the server,
regenerate `data/schema.json`, and restart the server:

```
npm run update-schema
npm start
```