diff --git a/README.md b/README.md new file mode 100644 index 0000000..04bf4cd --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# What is DocuSphere suppose to be? + +DocuSphere is suppose to be a document storage system that stores and later on may compile typst (.typ) files. + +The design may orient itself on paperless-ngx. + +# What is a typst file? + +typst is a modern markup language that is designed to be easy to read and write. It is designed to be a more human readable version of LaTeX (Also written in Rust ;D). + +# Notes: + +## I also only use this project to learn more about how to design and write a programm. \ No newline at end of file diff --git a/server/README.MD b/server/README.md similarity index 100% rename from server/README.MD rename to server/README.md