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.