https://github.com/fosrl/docs
Documentation for all Fossorial projects
https://github.com/fosrl/docs
Last synced: about 1 year ago
JSON representation
Documentation for all Fossorial projects
- Host: GitHub
- URL: https://github.com/fosrl/docs
- Owner: fosrl
- License: mit
- Created: 2025-01-01T02:03:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T01:31:04.000Z (about 1 year ago)
- Last Synced: 2025-05-08T17:56:38.848Z (about 1 year ago)
- Language: MDX
- Homepage: https://docs.fossorial.io
- Size: 11.7 MB
- Stars: 7
- Watchers: 2
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ npm i
```
### 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.
### Deployment
Using SSH:
```
$ npx sst deploy --stage prod
```
# License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.