Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (26 loc) · 556 Bytes

contributing_code.md

File metadata and controls

30 lines (26 loc) · 556 Bytes

Contributing Code

Running locally

To run locally, you must have nodejs, yarn and npm installed. Install node and npm from: https://nodejs.org/en/

Install yarn from the command line

npm install --global yarn

open terminal and enter directory

cd hydra

install dependencies:

yarn install

run server

yarn serve

go to https://localhost:8000 in the browser

To develop

Edit frontend/public/index.html to load 'bundle.js' rather than 'bundle.min.js'

Run development server

yarn dev