Getting Started with The Lab Notebook
Welcome to The Lab Notebook documentation! This section contains guides to help you get started and contribute to the project.
Available Guides
- Getting Started - Installation, setup, and first steps
- Development Guide - Development workflow, coding standards, and best practices
Quick Start
-
Clone and install:
git clone <repository-url> cd the-lab-notebook npm install
-
Start development:
npm run dev
-
Start exploring:
- Check out existing projects in
content/project/
- Read the development guide for coding standards
- Run
npm run check
to verify your setup
- Check out existing projects in
Need Help?
- Check the Development Guide for detailed workflows
- Explore component examples in the Components section
- Review utility documentation in Utilities
- Run maintenance scripts documented in Scripts
Last updated on