https://github.com/stefnotch/sharelatex-project-sync
Syncs a ShareLaTeX project with the one on your hard-drive
https://github.com/stefnotch/sharelatex-project-sync
Last synced: 4 months ago
JSON representation
Syncs a ShareLaTeX project with the one on your hard-drive
- Host: GitHub
- URL: https://github.com/stefnotch/sharelatex-project-sync
- Owner: stefnotch
- License: unlicense
- Created: 2019-07-20T10:02:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-07T07:26:23.000Z (about 6 years ago)
- Last Synced: 2025-01-11T07:50:15.558Z (over 1 year ago)
- Language: Vue
- Size: 669 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShareLaTeX Project Sync
Syncs ShareLaTeX project with a folder on your hard-drive.

## Features
- ShareLaTeX project downloading
- File caching
## Limitations
- **Doesn't upload files yet**, so it's just a downloader
- Doesn't work with [Overleaf](https://github.com/stefnotch/sharelatex-project-sync/issues/4)
## Developer Instructions
### Install the dependencies
```bash
npm install
```
### Start the app in development mode
```bash
npm run dev
```
### Build the app for production
```bash
npm run build
```