This is a website of Users & Information Lab. @ KAIST.
This website is based on vue.js and GitHub Pages compatible, and is also based on a Google Spreadsheet document.
To modify the content in this website, simply edit this document. The changes of the document will be reflected to the website in about 10 minutes.
This website tells the client web browser to dynamically fetch the contents of the Google Spreadsheet document. Text contents are not stored in this repository.
Make sure to install Node.js and Yarn on your environment before you start working on this project. This project is not compatible with Windows. Please use Linux or Mac.
Install dependencies with:
$ yarn installCompiles and hot-reloads for development:
$ yarn serveAfter modifying this project, always build and commit. Remember that this project is directly served as GitHub pages from the repository.
Build with:
$ yarn buildBe aware that files in /dist, /lib, /assets, and /index.html are dynamically generated when building the project. Do NOT modify these files directly.