Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matoous/mwp
App for hosting my wiki.
https://github.com/matoous/mwp
knowledge-base wiki
Last synced: 20 days ago
JSON representation
App for hosting my wiki.
- Host: GitHub
- URL: https://github.com/matoous/mwp
- Owner: matoous
- Created: 2024-01-02T09:09:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T02:04:22.000Z (about 1 month ago)
- Last Synced: 2024-12-04T03:18:00.974Z (about 1 month ago)
- Topics: knowledge-base, wiki
- Language: Rust
- Homepage: https://wiki.dzx.cz
- Size: 9.91 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matt's Wiki Project
MWP (Matt's Wiki Project) is a personal knowledge base/wiki.
MWP aims to address my frustration with other tools and approaches I used for storing links, notes, and snippets. Notably, it has integrated search that allows searching in the content of linked websites, it can render markdown notes, and aims to have as little external dependencies as possible. Most importantly though, it's a fun little project for learning rust.
MWP is the facade for [matoous/wiki](https://github.com/matoous/wiki) hosted on [fly.io](https://fly.io).
## Development
### Web
```sh
cargo watch -i mwp-web/static/ -x run
```