https://github.com/zvec-ai/zvec-web
zvec-web is the official web frontend and documentation portal for Zvec
https://github.com/zvec-ai/zvec-web
Last synced: about 2 months ago
JSON representation
zvec-web is the official web frontend and documentation portal for Zvec
- Host: GitHub
- URL: https://github.com/zvec-ai/zvec-web
- Owner: zvec-ai
- Created: 2026-01-26T02:26:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-23T03:52:32.000Z (2 months ago)
- Last Synced: 2026-04-23T05:28:35.423Z (2 months ago)
- Language: Jupyter Notebook
- Size: 59.1 MB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zvec Website
This is a Next.js application generated with [Create Fumadocs](https://github.com/fuma-nama/fumadocs).
[Fumadocs](https://fumadocs.dev) is great!
## Instructions
### 1. Install Dependencies
```bash
npm install
```
### 2. Run the Development server
```bash
npm run dev
```
Open with your browser to see the result.
### 3. Build and Deploy
Build [API reference](./api-reference/README.md) first, then build and deploy the website.
```bash
npm run build
npx serve@latest out
```
## Structure
Documentation is written in Markdown files located in the **/content/docs/** directory.
**Fumadocs** automatically generates both the sidebar navigation and the table of contents based on the directory structure. To customize the order of pages, use a **meta.json** file within the relevant directory.
The [API Reference](./api-reference/README.md) is automatically generated from the Zvec source code and is placed in the **api-reference/** directory.