Skip to content

Viv921/Chord-Craft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup guide

install python requirements for server by

cd server
pip install -r requirements.txt
python app.py

install npm and initialise client by

conda install nodejs
cd client
npm init
npm install
npm run dev

you also need redis

Windows MAC

*note: make sure tools like proxifier are off

*note: if port on opening is not at localhost:3000, force stop the ongoing process

by the following commands in command prompt:

1. netstat -aon | findstr :3000

2. taskkill /PID /F

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors