0.1.10 • Published 12 months ago

@pigeonposse/web-2024 v0.1.10

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
12 months ago

PIGEONPOSSE WEB

HEADER

Use the PigeonPosse web 2024 theme.

Features

  • Use locally with JS runtime (Compatible with node, bun and deno)
  • Use with docker. Read more. Docker hub
  • Use in a cloud (Cloudflare, Vercel, etc)

Prerequisites

Access to a PIGEONPOSSE API Server.

Read more in: @pigeonposse/api-2024

Installation

npm i @pigeonposse/web-2024
# or
pnpm i @pigeonposse/web-2024

Usage

npx @pigeonposse/web-2024 serve --port 1312
# or
pnpx @pigeonposse/web-2024 serve --port 1312

Custom Config

pnpx @pigeonposse/web-2024 serve --port 1312 --api "http://my-pigeonposse-api.com" --config ./config.js
import {defineConfig} from '@pigeonposse/web-2024'
export default defineConfig({
 /** config */
})

More info

npx @pigeonposse/web-2024 serve --help
# or
pnpx @pigeonposse/web-2024 serve --help

Docker

Example With 'docker compose'.

services:
  pigeon-web-2024:
    image: pigeonposse/pigeon-web:2024-latest
    ports:
      - "13124:13124" # the web port
    environment:
      GH_TOKEN: ${GH_TOKEN}
      GH_USER: "pigeonposse"
      GH_USER_TYPE: "org" # 'user' or 'org'
      GH_BRANCH: "main"
      DEBUG: false
    restart: always
0.1.10

12 months ago

0.1.9

12 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago