HydraShare / hydra

Hydra is a web platform to share your example files from Grasshopper and Dynamo
http://hydrashare.github.io/hydra/
MIT License
69 stars 151 forks source link

Creating another Hydrashare #42

Open devangcx opened 4 years ago

devangcx commented 4 years ago

I wish to fork and tinker with Hydra. Are all the files needed to build and run a Hydrashare website already on this repository?

mostaphaRoudsari commented 4 years ago

Yes. They are organized in different branches tough.

devangcx commented 4 years ago

@mostaphaRoudsari, Is javascript knowledge required to use this repo?

mostaphaRoudsari commented 4 years ago

Partially. The front-end is written in JavaScript. The plugins are written in Python and C#.

devangcx commented 4 years ago

I see that the files shown on the Hydrashare webpage lives on individual forks of the contributors. How are those files synced? I could download the .json file used by the webpage but I could not open the google.script link. I want to make this file blank and start adding new scripts.

mostaphaRoudsari commented 4 years ago

I want to make this file blank and start adding new scripts.

Which file? Right now HydraShare is static and doesn't load new examples. Before that we used to use GoogleSheets to update it every hour.

Have you checked platforms like swarm? It comes with much more functionalities already built in: https://swarm.thorntontomasetti.com/

devangcx commented 4 years ago

https://github.com/HydraShare/hydra/blob/e4124c3adade3b8e17cff519c2b50a0ce72cd3f8/lib/hydra.js#L33 This file which is a jason file that loads all the scripts. I will check swarm.