Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/serverlessllm/serverlessllm.github.io


https://github.com/serverlessllm/serverlessllm.github.io

Last synced: 9 days ago
JSON representation

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.