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
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