An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ShareLaTeX Project Sync

Syncs ShareLaTeX project with a folder on your hard-drive.

![Screenshot](Screenshot.png)

## 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
```