- Enter Project Directory
cd ConVis- 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- Install Node.js 18
nvm install 18
nvm use 18
nvm alias default 18- Clean Previous Installations
rm -rf node_modules
rm package-lock.json- Install Project Dependencies
npm install- Start the Project
npx viteThen open your browser and visit:
http://localhost:5173