https://github.com/libresign/libresign.github.io
LibreSign official site
https://github.com/libresign/libresign.github.io
vuejs vuepress vuepress-site
Last synced: 6 months ago
JSON representation
LibreSign official site
- Host: GitHub
- URL: https://github.com/libresign/libresign.github.io
- Owner: LibreSign
- License: agpl-3.0
- Created: 2021-06-11T01:12:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T18:40:14.000Z (11 months ago)
- Last Synced: 2025-05-31T02:57:16.339Z (11 months ago)
- Topics: vuejs, vuepress, vuepress-site
- Language: JavaScript
- Homepage: https://libresign.github.io
- Size: 1.79 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# LibreSign official site
Install all dependencies and build the site
```bash
yarn
yarn dev
```
Monitor file changes
```bash
yarn watch
```