Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (19 loc) · 925 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 925 Bytes

Note: SigNoz website is now at this Github repo. Make any new Issues & PRs to that repo.

Netlify Status

This is the source for the signoz.io website and docs at signoz.io/docs built on docusaurus 2

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn 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.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.