Lab Docs is a documentation site for laboratory references
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
To run the development server:
yarn run dev
To build the project:
yarn run build
To start the production server:
yarn start