website-docs/README.md

21 lines
485 B
Markdown
Raw Normal View History

2024-03-02 18:26:21 +01:00
# sos!docs
2024-11-28 22:17:46 +01:00
The StarOpenSource Project uses [Docusaurus](https://docusaurus.io) for generating it's project documentation.
2024-03-02 18:26:21 +01:00
# Commands
2024-11-28 22:17:46 +01:00
```bash
# Installs all required dependencies
make install-deps
# Starts a development server with support for hot reloading
make test
# Build the documentation to 'out/'
make build
# Remove 'out/' directory as well as some of Docusaurus' files
make clean
# If you want to remove node_modules and other pnpm stuff execute this
make clean-extra
2024-03-02 18:26:21 +01:00
```