🔧 Docs, More Docs
Docu·djeex is first and foremost a personal project aimed at self-hosting as many everyday services as possible — without relying on proprietary platforms (Google, Apple, Netflix, etc.).
This documentation site is built using Nuxt.js.
This repository contains everything you need to edit pages, apply your changes, and redeploy the site.
Setup
Install dependencies:
npm install
Development Environment (port 3000)
npm run dev
Generate Static Pages
npm run generate
The HTML files will be generated in the .output/public
folder and are ready to be deployed on any static-compatible hosting.
Preview Build
If you'd like to immediately see the result of your static site build, you can launch a preview server:
npm run preview
Description
Languages
TypeScript
62%
CSS
36.6%
Vue
1.4%