https://github.com/autometrics-dev/docs
Documentation site for autometrics
https://github.com/autometrics-dev/docs
Last synced: 3 months ago
JSON representation
Documentation site for autometrics
- Host: GitHub
- URL: https://github.com/autometrics-dev/docs
- Owner: autometrics-dev
- License: apache-2.0
- Created: 2023-05-02T15:00:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T07:19:53.000Z (about 1 year ago)
- Last Synced: 2024-04-23T12:04:57.088Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://docs.autometrics.dev
- Size: 6.86 MB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Autometrics Docs
Uses Nextra to generate a static site from markdown files.
The `_app.jsx` file contains some application setup logic.
## Run the docs locally
- Ensure you have [yarn](https://yarnpkg.com/) installed
- In the repo run `yarn` to install the dependencies
- Run `yarn dev` to spin up the side locally