https://github.com/pranavmadhu01/lab-docs
https://github.com/pranavmadhu01/lab-docs
hacktoberfest mdx nextra
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pranavmadhu01/lab-docs
- Owner: pranavmadhu01
- License: mit
- Created: 2023-12-20T18:39:43.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-03-23T11:45:37.000Z (7 months ago)
- Last Synced: 2025-04-13T07:15:15.078Z (6 months ago)
- Topics: hacktoberfest, mdx, nextra
- Language: MDX
- Homepage: https://labdocs.pranavmadhu.in
- Size: 864 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lab Docs
Lab Docs is a documentation site for laboratory references
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)## Built With
[](https://nextjs.org/)
[](https://nextra.vercel.app/)## Installation
To get started with Lab Docs, clone the repository and install the dependencies:
```sh
git clone https://github.com/pranavmadhu01/lab-docs.git
cd lab-docs
yarn install
```## Usage
To run the development server:
```sh
yarn run dev
```To build the project:
```sh
yarn run build
```To start the production server:
```sh
yarn start
```