Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 375 Bytes

development.md

File metadata and controls

14 lines (11 loc) · 375 Bytes

setup local env

  1. install and setup nodejs (node 14.17.6 and npm 8.1.3+ recommended) before starting development to the project, you need get node and npm ready.
  2. once dowload the project run install command to get all the dependency under project directory
      npm install
  3. to build the project in local
      npm run build