Skip to content

A research group homepage with Google Drive documents as data source.

Notifications You must be signed in to change notification settings

uilab-kaist/uilab-kaist.github.io

 
 

Repository files navigation

uilab-kaist.github.io

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.

How does this work?

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.

How do I modify the core of this website?

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 install

Compiles and hot-reloads for development:

$ yarn serve

After modifying this project, always build and commit. Remember that this project is directly served as GitHub pages from the repository.

Build with:

$ yarn build

Be aware that files in /dist, /lib, /assets, and /index.html are dynamically generated when building the project. Do NOT modify these files directly.

About

A research group homepage with Google Drive documents as data source.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 32.6%
  • Hack 28.6%
  • Python 16.1%
  • Vue 13.3%
  • PHP 4.0%
  • JavaScript 2.6%
  • Other 2.8%