Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 473 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 473 Bytes

Digipro internal website

How to setup this project

Install Node.js first, you can download via this link: click here

if you are done, clone this project to your machine

git clone https://github.com/anfaalabs/Digipro_internal-website

Lastly, install the Node.js packages

npm install

And Done! You can run this project by typing:

npm start

How to build

just type npm run build in your terminal