mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
7 lines
167 B
Bash
7 lines
167 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
# This script allows developers to easily build and preview the
|
||
|
|
# Codeberg documentation locally when using containers.
|
||
|
|
pnpm install
|
||
|
|
pnpm run dev
|