Skip to content

Commit

Permalink
Move frontend files to separate folder. Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sruti committed Feb 12, 2019
1 parent 9e91f11 commit 5c98e78
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 3D Web Visualizer for [RC](recurse.com) Ideas
### Dependencies:
- [3D Force Graph](https://github.com/vasturiano/3d-force-graph)
## Recurse Center Hivemind
A 3D graph visualizer for ideas floating around at the [Recurse Center](recurse.com)

Graphs ideas based on topic similarities.
- Have a new idea? Add yours in and see other people's similar ideas. Collaborate or come up with something entirely new.
- Have programmers block and have no idea what to work on next? Explore the web and see what ideas you discover.


Soon to be deployed...

#### To run locally
```
cd frontend
npm install serve
serve .
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5c98e78

Please sign in to comment.