Skip to content

hotspotbilling/phpnuxbill.org

Repository files navigation

PHPNuxBill Documentation and Landing Page

License

GitHub release (latest by date)

Setup

Clone the repository make sure you install the dependencies:

# clone the repo
npx nuxi@latest init -t github:hotspotbilling/phpnuxbill.org   

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

# bun
bun install

Development Server

Start the development server on http://localhost:3000

npm run dev

Edit the files in the content/ directory to update the documentation and front page. Two languages are available: English and Indonesian. You can add more languages by creating new folders in the content/ directory.

id/ is the folder for Indonesian language.

npm run build

Locally preview production build:

npm run preview

or

node .output/server/index.mjs

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published