Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffeeeatnight/lunadocs
LunaDocs is a web-based collaborative text editor that enables real-time document editing and sharing. Built with Elixir, it offers efficient real-time synchronization for seamless collaboration.
https://github.com/coffeeeatnight/lunadocs
Last synced: 18 days ago
JSON representation
LunaDocs is a web-based collaborative text editor that enables real-time document editing and sharing. Built with Elixir, it offers efficient real-time synchronization for seamless collaboration.
- Host: GitHub
- URL: https://github.com/coffeeeatnight/lunadocs
- Owner: CoffeeeAtNight
- Created: 2024-04-26T20:44:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-01T19:12:42.000Z (9 months ago)
- Last Synced: 2024-11-09T08:12:43.803Z (2 months ago)
- Language: Vue
- Size: 3.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LunaDocs
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `luna_docs` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:luna_docs, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/luna_docs](https://hexdocs.pm/luna_docs).