Skip to content

basepair/docs

Repository files navigation

Basepair Docs

Welcome to the Basepair Docs repository! This repository hosts the documentation for the Basepair platform, built using the Docusaurus framework.

Repository Overview

The documentation provides solution pages, feature descriptions, and comprehensive guides for users of the Basepair platform.

Tech Setup

Prerequisites

Ensure you have the following installed before proceeding:

Node.js (>= 14.x) Yarn (>= 1.22.x)

Installation

To install the required dependencies, run the following command:

$ yarn

Local Development

To start a local development server:

$ yarn start

This will:

  • Launch a local development server.
  • Open a browser window with the documentation site.
  • Automatically reflect most changes live without restarting the server.

Contribution Guidelines

Workflow for Editing Pages

  1. Branch Creation
  • Create a new branch from the dev branch for your changes.
  1. Implement Changes
  • Make the necessary updates or additions.
  1. Commit and Push
  • Commit your changes and push the branch to the repository.
  1. Pull Request
  • Open a pull request to merge your changes into the dev branch. Ensure the pull request includes a clear description of the changes.