likr / basin-viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEAL-Visualizer

SI-CAT project

Server Setup

$ cd server

$ npm install

$ export PGHOST=''
$ export PGUSER=''
$ export PGDATABASE=''
$ export PGPASSWORD=''
$ export PGPORT=5432

$ npm start

Client Setup

Run the following command and open http://localhost:8090/ .

$ cd client

$ npm install

$ npm start

Production Build

$ npm run build

About

License:MIT License


Languages

Language:JavaScript 47.5%Language:Vue 29.4%Language:Shell 13.0%Language:Python 8.6%Language:HTML 1.6%