Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serverlessllm/serverlessllm.github.io
https://github.com/serverlessllm/serverlessllm.github.io
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/serverlessllm/serverlessllm.github.io
- Owner: ServerlessLLM
- Created: 2024-06-26T01:43:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T23:23:24.000Z (15 days ago)
- Last Synced: 2025-01-29T05:54:12.249Z (9 days ago)
- Language: JavaScript
- Homepage: https://serverlessllm.github.io/
- Size: 1.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ServelessLLM Docs
This website is built using Docusaurus, a modern static website generator.
## Installation
To install the necessary dependencies, use the following command:
```bash
npm install
```## Local Development
To start a local development server and open up a browser window, use the following command:
```bash
npm run start
```Most changes are reflected live without having to restart the server.
## Build
To generate static content into the build directory, use the following command:
```bash
npm run build
```This command generates static content into the `build` directory, which can be served using any static content hosting service.