https://github.com/serwist/docs
https://github.com/serwist/docs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/serwist/docs
- Owner: serwist
- License: mit
- Created: 2025-04-26T15:15:07.000Z (5 months ago)
- Default Branch: 10
- Last Pushed: 2025-04-27T18:17:14.000Z (5 months ago)
- Last Synced: 2025-05-13T16:13:13.347Z (5 months ago)
- Language: mdsvex
- Size: 24.4 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# This is Serwist's documentation!
## Getting started
First, install the dependencies:
```bash
pnpm i
```Then build the packages:
```bash
pnpm build
```Then run the development server:
```bash
pnpm dev
```Open http://localhost:5173 with your browser to see the result.
You can now start editing! Pages auto-update as you edit their files.