Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spheronfdn/docs
📔 The Spheron Documentation.
https://github.com/spheronfdn/docs
ai docker docs gpu
Last synced: about 5 hours ago
JSON representation
📔 The Spheron Documentation.
- Host: GitHub
- URL: https://github.com/spheronfdn/docs
- Owner: spheronFdn
- License: mit
- Created: 2023-02-08T19:01:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T11:55:42.000Z (about 17 hours ago)
- Last Synced: 2024-11-19T12:54:14.743Z (about 16 hours ago)
- Topics: ai, docker, docs, gpu
- Language: MDX
- Homepage: https://docs.spheron.network
- Size: 6.39 MB
- Stars: 6
- Watchers: 2
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/code-of-conduct.md
- Support: .github/support.md
Awesome Lists containing this project
README
Spheron Documentation
## Local Setup
**Using NPM**
Follow these steps to setup the documentation locally:
- Install Node 18.x either manually or using a tool like nvm (recommended)
- Clone this repo: `https://github.com/spheronFdn/docs.git`
- Run `npm i` to install dependencies
- Start the docs
```
npm run dev
```
You can access the server at: http://localhost:3000---
**Using Yarn**
Follow these steps to setup the documentation locally:
- Install Node 18.x either manually or using a tool like nvm (recommended)
- Clone this repo: `https://github.com/spheronFdn/docs.git`
- Run `yarn` to install dependencies
- Start the docs
```
yarn dev
```
You can access the server at: http://localhost:3000## Contribution
We encourage you to read the [contribution guidelines](https://github.com/spheronFdn/docs/blob/main/.github/contribution-guidelines.md) to learn about our development process and how to propose bug fixes and improvements before submitting a pull request.
The Spheron community extends beyond issues and pull requests! You can support Spheron [in many other ways](https://github.com/spheronFdn/docs/blob/main/.github/support.md) as well.
## Community
For help, discussions or any other queries: [Join us on Discord](https://discord.com/invite/ahxuCtm)