Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xuorig/insyto
- Owner: xuorig
- License: other
- Created: 2015-09-06T14:44:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T16:26:12.000Z (about 9 years ago)
- Last Synced: 2024-04-14T22:54:49.742Z (8 months ago)
- Language: JavaScript
- Homepage: https://insyto.io
- Size: 16.4 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```