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 installTo run the development server:
yarn run devTo build the project:
yarn run buildTo start the production server:
yarn start