Skip to content

gillamga/VCU-Living-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VCU Living Lab Website

This repository contains the website for the VCU Living Lab project, a laboratory space at Virginia Commonwealth University focused on health systems development technology. The Living Lab provides students with hands-on access to cutting-edge technology and facilitates learning and development in healthcare innovation.

About the Living Lab

The VCU Living Lab is an initiative proposed by Professor Rodrigo Spinola to create an innovative laboratory space that:

  • Provides students access to state-of-the-art health systems development technology
  • Provides access to hands-on learning and development
  • Promotes collaboration between students, faculty, and healthcare professionals
  • Advances healthcare innovation through practical experience

Technology Stack

This website is built using:

  • Docusaurus 2 - A modern static website generator
  • TypeScript
  • React
  • CSS Modules
  • P5.js

Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/your-username/VCU-Living-Lab.git
cd VCU-Living-Lab
  1. Install dependencies:
cd living-lab-site
npm install
  1. Start the development server:
npm run start

The site will be available at http://localhost:3000

Project Structure

living-lab-site/
├── src/
│   ├── components/     # Reusable React components
│   ├── css/           # Global CSS styles
│   └── pages/         # Main website pages
├── static/            # Static assets
│   └── img/          # Images and media files
├── docs/             # Documentation pages
├── blog/             # Blog posts
└── docusaurus.config.ts  # Docusaurus configuration

Available Scripts

Make sure you're in the living-lab-site directory

  • npm start - Starts the development server
  • npm run build - Builds the website for production
  • npm run serve - Serves the built website locally
  • npm run clear - Clears the build output
  • npm run deploy - Deploys the website (if configured)

Contributing

If you have been employed to work on this website, let me know.

Contact

For more information about the VCU Living Lab initiative, please contact Professor Rodrigo Spinola or visit our website.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors