mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -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
|