The project documentation
Go to file
2024-05-10 15:34:29 +02:00
docs Initial commit 2024-03-02 18:26:21 +01:00
src/css Replace index page with redirect 2024-05-10 15:34:29 +02:00
static Initial commit 2024-03-02 18:26:21 +01:00
.gitignore Initial commit 2024-03-02 18:26:21 +01:00
babel.config.js Initial commit 2024-03-02 18:26:21 +01:00
docusaurus.config.ts Replace index page with redirect 2024-05-10 15:34:29 +02:00
LICENSE Initial commit 2024-03-02 18:26:21 +01:00
Makefile Initial commit 2024-03-02 18:26:21 +01:00
package-lock.json Initial commit 2024-03-02 18:26:21 +01:00
package.json Update docusaurus 2024-05-10 14:50:54 +02:00
README.md Initial commit 2024-03-02 18:26:21 +01:00
sidebars.ts Initial commit 2024-03-02 18:26:21 +01:00
tsconfig.json Initial commit 2024-03-02 18:26:21 +01:00

sos!docs

Here you can find the StarOpenSource documentation. Click here to visit the built documentation.

Commands

We use make.

Installing dependencies

$ make install-deps

Development web server

This will start a development server that supports hot reloading.

$ make test

Building the documentation

This will output the built documentation to out/. Simply point a web server to it and you're done.

$ make build

Cleaning the directory

This will remove the out/ directory containing the built website aswell as Docusaurus files.

$ make clean

More cleaning

This will remove the node_modules/ and pnpm-lock.yaml directory aswell.

$ make clean-extra