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 installStart the development server on http://localhost:3000
npm run devEdit 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 buildLocally preview production build:
npm run previewor
node .output/server/index.mjs