Skip to content

pradeep-003/vespera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vespera AWS

Steps of setup (common for everyone):

  1. Open any folder in your laptop
  2. Open terminal and run following command (needs internet): git clone https://github.com/AmaanNaseh/vespera.git
  3. cd vespera
  4. npm install
  5. npm run start

* Note: Each person make 1 branch and upload code only in that branch:

  1. git branch yourName
  2. git checkout yourName
  3. Do changes in code
  4. git add .
  5. git commit -m "msg"
  6. For first time, use: git push --set-upstream yourName Other than that simply use: git push

About

Adding a chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • CSS 3.2%
  • HTML 0.4%