tina4stack/tina4-documentation

Tina4 Documentation

Installs: 35

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 6

Open Issues: 0

Language:JavaScript

pkg:composer/tina4stack/tina4-documentation

dev-mkdocs 2025-06-30 16:08 UTC

This package is auto-updated.

Last update: 2025-12-16 08:42:29 UTC


README

This repository contains the documentation for both the Tina4 PHP and Python projects

How to get running

Install node version 18+. Check all working using the versions

node -v
npm -v

Install the project dependencies (Hint: you can install and use pnpm for all these commands)

npm install

Run Vitepress to spin up a local server

npm run docs:dev

Click on the generate link

http://localhost:5173/

How to contribute

  • Fork the repository, be sure to include the vitepress branch
  • In your project, create a branch from the vitepress branch
  • Make a pull request from your project/branch into the tina4stack/tina4-documentation vitepress branch.
  • Make sure to include an appropriate reviewer