Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 418 Bytes

File metadata and controls

32 lines (21 loc) · 418 Bytes

ZINU FE

Frontend repository for the ZINU app

Installation

Start with cloning this repo on your local machine:

$ git clone https://github.com/yaliannyg/fe-zinu.git
$ cd fe_zinu

To install and set up the library, run:

npm install

then setup the .env file

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build