Sansbank Sansbank Dev Docs ← Back to Dev Center

Getting started

The sansbank.dev repository is a pnpm workspace built with Astro and Tailwind CSS. It hosts private, in-development projects for Sansbank DAO.

Prerequisites

  • Node >= 20
  • pnpm >= 10
  • Access to the sansbankdao/dev repository

Install

git clone git@github.com:sansbankdao/dev.git
cd dev
pnpm install

Run

pnpm dev        # landing page (packages/web)
pnpm dev:docs   # documentation (packages/docs)

Build

pnpm build      # all packages
pnpm build:web  # landing page only
pnpm build:docs # docs only

These docs are a stub. Expand as the workspace matures.