Open devangcx opened 4 years ago
Yes. They are organized in different branches tough.
@mostaphaRoudsari, Is javascript knowledge required to use this repo?
Partially. The front-end is written in JavaScript. The plugins are written in Python and C#.
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.
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/
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.
I wish to fork and tinker with Hydra. Are all the files needed to build and run a Hydrashare website already on this repository?