Skip to content

Swarm-Squad/Docs

Repository files navigation

logo

Swarm-Squad | Doc

⚙️ Prerequisites

  • Node.js (v22 or higher)
  • npm

🛠️ Project Setup

We recommend using Node Version Manager (NVM) to install Node.js:

  1. Install NVM:

    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash

    or

    wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
  2. Install Node.js:

    nvm install 22
    nvm use 22
  3. Verify installation:

    node --version
    npm --version

🚀 Getting Started

  1. Clone the repository:

    git clone https://github.com/Swarm-Squad/Docs.git
    cd Docs
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run docs:dev
  4. Building for Production:

    npm run docs:build
  5. Preview Production Build:

    npm run docs:preview
  6. Check formatting:

    npm run format:fail
    npm run format
  7. Finalize build:

    npm run check

About

Swarm Squad | Documentation Page

Topics

Resources

License

Stars

Watchers

Forks

Contributors