All the teammates, Follow these instructions -
- Install NodeJs on your system (needed for using npm).
- Clone this repository on your system at a convenient location.
- After cloning, go to the folder 'AlgorithmVisualizer' in terminal/cmd.
- In terminal/cmd type 'npm install' without quotes and hit enter, all dependencies and required files will be downloaded.
- Type 'npm start' on terminal/cmd and hit run, the website will be hosted by live-server in browser. Now on, any changes you do to the code will be instantly reflected.
- This is the directory stracture - i) index.html is main HTML file ii) CSS/styles.css is main CSS file iii) JS/scripts.js is main JS file You can add new supplementry CSS/JS files in the respective folders.
- Let's Start!!!
Branches -
- Master - changes pull & merge.
- Interactive - Merge changes.
- Indivisual - group/member.