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