Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 378 Bytes

File metadata and controls

12 lines (10 loc) · 378 Bytes

jvmdeveloper.id

Homepage for JVMDeveloperID

Homepage

https://jvmdeveloper.id/

Development

  • Clone git clone https://github.com/JVMDeveloperID/jvmdeveloper.id.git
  • Download and install NodeJs : https://nodejs.org/en/download/
  • Install dependencies : npm install or yarn install
  • Serve page : npm run dev
  • Build static file : npm run dist or npm run prod