This is the website and user documentation for the Aether project.
Look no further! Just edit the files in the content/docs
directory and submit a pull request.
Additionally, if you want your documentation to be extra fancy, you can use Fumadocs components.
Additional supported components are:
# Just write Mermaid code between the ```mermaid tags.
```mermaid
graph TD
A[Start] --> B[Stop]
```
Install bun
:
# macOS and linux
curl -fsSL https://bun.sh/install | bash
# windows
powershell -c "irm bun.sh/install.ps1 | iex"
Install dependencies:
bun install
Start the development server:
bun dev