Skip to content

pranavmadhu01/lab-docs

Repository files navigation

Lab Docs

Lab Docs is a documentation site for laboratory references

Table of Contents

Built With

Next.js Nextra

Installation

To get started with Lab Docs, clone the repository and install the dependencies:

git clone https://github.com/pranavmadhu01/lab-docs.git
cd lab-docs
yarn install

Usage

To run the development server:

yarn run dev

To build the project:

yarn run build

To start the production server:

yarn start