https://github.com/git-filesystem/git-filesystem.github.io
The documentation website for the Git-FileSystem packages across all languages
https://github.com/git-filesystem/git-filesystem.github.io
Last synced: 3 months ago
JSON representation
The documentation website for the Git-FileSystem packages across all languages
- Host: GitHub
- URL: https://github.com/git-filesystem/git-filesystem.github.io
- Owner: git-filesystem
- Created: 2022-10-12T20:50:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T02:08:19.000Z (over 1 year ago)
- Last Synced: 2025-02-14T03:22:09.112Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://git-filesystem.github.io
- Size: 1.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ npm install
```
### Local Development
```
$ npm run start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ npm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.