https://github.com/sidebase/docs
Homepage and documentation for all of the sidebase projects!
https://github.com/sidebase/docs
Last synced: over 1 year ago
JSON representation
Homepage and documentation for all of the sidebase projects!
- Host: GitHub
- URL: https://github.com/sidebase/docs
- Owner: sidebase
- Created: 2022-11-17T12:03:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T21:54:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T12:29:05.080Z (over 1 year ago)
- Language: Vue
- Homepage: https://sidebase.io
- Size: 19.4 MB
- Stars: 11
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# sidebase docs
The sidebase homepage (https://sidebase.io), including the documentation for the sidebase development kit.
## Quick start
1. Clone the repository
```sh
git clone https://github.com/sidebase/docs
```
2. Install the dependencies
```sh
pnpm install
```
3. Start developing (with [vitepress](https://vitepress.dev/)) at [localhost:5173](http://localhost:5173)
```sh
pnpm dev
```
## Contributing
This repository only contains:
- The sidebase.io homepage
- The sidebase development kit documentation
- Redirects from previous documentation to their respective new sites
If you would like to edit the documentation to one of our modules, please visit their respective repositories
- [@sidebase/nuxt-auth](https://github.com/sidebase/nuxt-auth)