Skip to content

KirtanSoni/sunhacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeVis- Code Flow Visualiser

CodeVis is an online tool that allows you to visualise the flow of your code using Mermaid.

image

image

How to run:

clone the repo:

git clone 

Running the client:

cd into the client dir(from the root):

cd ./client/vis-client

install the dependancies

npm install

run the react app

npm start

Running the server:

cd into the server dir(from the root):

cd ./server

build the dockerfile:

docker build -t server .

run docker image

docker run -p 8080:8000 server