This is the Living Lab Website version 3. This has been created by Frinze Erin Lapuz for the Living Lab project.
- Clone the repo:
git clone https://github.com/uwasystemhealth/livinglab-site-v3.git
. - Install the dependencies:
npm install
oryarn install
- To build the static files:
npm run build
oryarn build
- To start development server:
npm run dev
oryarn dev
- To start a normal server:
npm run start
oryarn start
Check it here Documentation or the raw files are here.