An open API service indexing awesome lists of open source software.

https://github.com/pranavmadhu01/lab-docs


https://github.com/pranavmadhu01/lab-docs

hacktoberfest mdx nextra

Last synced: 6 months ago
JSON representation

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

[![Next.js](https://skillicons.dev/icons?i=nextjs)](https://nextjs.org/)
[![Nextra](https://skillicons.dev/icons?i=md)](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
```