Skip to content

RemoShen/ConVis

Repository files navigation

ConVis Visualization Tool - Quick Setup Guide

  1. Enter Project Directory
cd ConVis
  1. Install Node Version Manager (nvm) (if not installed)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bash_profile   # or source ~/.zshrc if using zsh
  1. Install Node.js 18
nvm install 18
nvm use 18
nvm alias default 18
  1. Clean Previous Installations
rm -rf node_modules
rm package-lock.json
  1. Install Project Dependencies
npm install
  1. Start the Project
npx vite

Then open your browser and visit:

http://localhost:5173

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •