https://github.com/qwqcode/rescoll
⚔ Web crawling & scraping integration platform for everyone. Nuxt.js + ElectronJS + TypeScript(TS)
https://github.com/qwqcode/rescoll
Last synced: 12 months ago
JSON representation
⚔ Web crawling & scraping integration platform for everyone. Nuxt.js + ElectronJS + TypeScript(TS)
- Host: GitHub
- URL: https://github.com/qwqcode/rescoll
- Owner: qwqcode
- License: other
- Created: 2018-12-13T10:06:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T00:04:02.000Z (over 3 years ago)
- Last Synced: 2025-01-05T03:12:04.168Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 5.04 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rescoll
> ⚔ Web crawling & scraping integration platform for everyone.
#### Build Setup
``` bash
# install dependencies
yarn
# start development
yarn dev
# build electron application for production
yarn build
# lint all TS/JS/Vue files
yarn lint
```