Skip to content

wwcodekl/wwcodekl-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Women Who Code KL

to run

  1. install local server if you don't have any : npm install live-server -g
  2. install project dependencies: npm install
  3. build it: npm run build
  4. run it: npm start
  5. deploy: npm run deploy (only I have right at the moment) -to deploy, you need to install firebase build tools: npm install -g firebase-tools