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.
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
This website is built using:
- Docusaurus 2 - A modern static website generator
- TypeScript
- React
- CSS Modules
- P5.js
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/your-username/VCU-Living-Lab.git
cd VCU-Living-Lab- Install dependencies:
cd living-lab-site
npm install- Start the development server:
npm run startThe site will be available at http://localhost:3000
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
Make sure you're in the living-lab-site directory
npm start- Starts the development servernpm run build- Builds the website for productionnpm run serve- Serves the built website locallynpm run clear- Clears the build outputnpm run deploy- Deploys the website (if configured)
If you have been employed to work on this website, let me know.
For more information about the VCU Living Lab initiative, please contact Professor Rodrigo Spinola or visit our website.