Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 354 Bytes

File metadata and controls

10 lines (8 loc) · 354 Bytes

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