Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 311 Bytes

File metadata and controls

5 lines (3 loc) · 311 Bytes

Nusadata web

This repo hosts nusadata web's source code.

To preview in your local machine, first cp env.sample .env to setup environment variables. After that, run yarn to install dependencies, and then yarn develop to spin the development server. Finally, open http://localhost:8080 in your browser.