Skip to content

WE-Autopilot/WEAP_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting the project up

  1. Clone the repo
git clone https://github.com/WE-Autopilot/WEAP_website.git
  1. Set up the dependencies
    Install the client dependencies
   cd WEAP_website
   cd client
   npm install
   cd ..

Install the server dependencies

   cd server 
   npm install
   cd ..
  1. Run the development
  npm run dev