https://github.com/tagspaces/documentation
The source for the TagSpaces documentation website
https://github.com/tagspaces/documentation
documentation gitbook tagspaces
Last synced: about 1 year ago
JSON representation
The source for the TagSpaces documentation website
- Host: GitHub
- URL: https://github.com/tagspaces/documentation
- Owner: tagspaces
- Created: 2016-12-22T17:51:02.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T10:20:38.000Z (about 1 year ago)
- Last Synced: 2025-04-23T21:05:19.630Z (about 1 year ago)
- Topics: documentation, gitbook, tagspaces
- Language: JavaScript
- Homepage: https://docs.tagspaces.org/
- Size: 397 MB
- Stars: 28
- Watchers: 4
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Support: docs/supported-file-formats.mdx
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus](https://www.docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.