Skip to content

This repository contains the code for Hydra, the dynamic data solution for ipfs.

License

Notifications You must be signed in to change notification settings

shiftproject/shift-hydra

 
 

Repository files navigation

Hydra version 0.0.1-alpha

Hydra is the Content Management System (CMS) for the data layer that can be used on the Interplanetary File System (IPFS).

Installation

This program requires Node 6+, or any higher version.

Download Hydra

git clone https://github.com/ShiftProject/shift-hydra.git && cd hydra-cms

Install dependencies

npm install

Build the files

npm run production

If it hangs at 91%, you can run the following command instead of the previous one

npm run dev

Usage

You just have to run a single command

npm run start

Authors

  • Jasper Hu (Shift Team)

License

Copyright © 2018 Shift

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

This repository contains the code for Hydra, the dynamic data solution for ipfs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.8%
  • CSS 23.1%
  • Vue 8.8%
  • HTML 0.3%