-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move frontend files to separate folder. Update README
- Loading branch information
Showing
5 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.