mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-06 21:53:21 +00:00
Add more credits, docs
This commit is contained in:
parent
29f2ea9817
commit
6fe7f69c02
2 changed files with 27 additions and 6 deletions
|
@ -56,6 +56,13 @@ cargo run --release
|
|||
|
||||
Todo, will be available at https://git.jackz.me/jackz/storage/wiki
|
||||
|
||||
## Development
|
||||
|
||||
The server is written in Rust, using the [Rocket](https://rocket.rs/) framework and [handlebars](https://github.com/sunng87/handlebars-rust) for HTML templating.
|
||||
The frontend is just HTML and CSS, using the [Bulma CSS framework](https://bulma.io). As little javascript as possible should be done for frontend work.
|
||||
|
||||
Contributions are welcome
|
||||
|
||||
# License
|
||||
|
||||
Available under the AGPL-3.0 license. [LICENSE](LICENSE)
|
|
@ -4,11 +4,25 @@
|
|||
<p>Open source project <a href="{{meta.repo_url}}"><b>{{ meta.app_name }}</b> (source code)</a></p>
|
||||
<h4>Credits</h4>
|
||||
<ul>
|
||||
<li><a href="https://www.flaticon.com/free-icons/default" title="default icons">Default user icon created by kliwir art -
|
||||
<li>
|
||||
Frontend
|
||||
<ul>
|
||||
<li><a href="https://www.flaticon.com/free-icons/default" title="default icons">Default user icon created by kliwir art
|
||||
-
|
||||
Flaticon</a></li>
|
||||
<li><a href="https://webgradients.com/">https://webgradients.com/</a></li>
|
||||
<li><a href="https://www.seafile.com/">https://www.seafile.com/</a> - For inspiration</li>
|
||||
<li><a href="https://fontawesome.com/">https://fontawesome.com/</a> - For icons</li>
|
||||
<li><a href="https://bulma.io/">https://bulma.io/</a> - For the CSS framework / components</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
Backend
|
||||
<ul>
|
||||
<li><a href="https://rocket.rs/">https://rocket.rs/</a> - Web server</li>
|
||||
<!-- TODO: add all dependencies :) -->
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue