Footer and Setting Fixes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# TypstDrive
|
||||
|
||||
[](https://github.com/your-username/typstdrive)
|
||||
[](https://typst.app/)
|
||||
[](https://www.rust-lang.org/)
|
||||
[](https://kit.svelte.dev/)
|
||||
[](https://tailwindcss.com/)
|
||||
@@ -8,7 +9,7 @@
|
||||
[](https://www.sqlite.org/)
|
||||
[](https://www.docker.com/)
|
||||
|
||||
TypstDrive is a real-time collaborative web editor for Typst. With built-in dark mode, multiple themes, and a clean Google Docs-like interface, it makes creating and sharing documents effortless.
|
||||
TypstDrive is a collaborative web editor for Typst. With built-in dark mode, multiple themes, and a clean Google Docs-like interface, it makes creating and sharing documents effortless.
|
||||
|
||||
## Features
|
||||
|
||||
@@ -89,3 +90,13 @@ If you'd like to contribute or run TypstDrive without Docker:
|
||||
2. Build and run: `cargo run`
|
||||
|
||||
Note: The frontend expects the backend to be running on port 3000. During local development via Vite, API calls are proxied automatically.
|
||||
|
||||
## Screenshots
|
||||
|
||||
<p align="center">
|
||||
<img src="preview/editor.png" alt="Editor view" width="100%">
|
||||
</p>
|
||||
<p align="center">
|
||||
<img src="preview/dashboard.png" alt="Dashboard view" width="49%">
|
||||
<img src="preview/register.png" alt="Authentication view" width="49%">
|
||||
</p>
|
||||
Reference in New Issue
Block a user