https://github.com/ledboot/wawov-web
A website for https://wawov.com power by docusaurus. This website is primarily for sharing my technical knowledge.
https://github.com/ledboot/wawov-web
docusaurus wiki
Last synced: 5 months ago
JSON representation
A website for https://wawov.com power by docusaurus. This website is primarily for sharing my technical knowledge.
- Host: GitHub
- URL: https://github.com/ledboot/wawov-web
- Owner: ledboot
- Created: 2025-03-19T10:02:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T13:29:07.000Z (about 1 year ago)
- Last Synced: 2025-06-16T14:45:07.215Z (about 1 year ago)
- Topics: docusaurus, wiki
- Language: TypeScript
- Homepage: https://wawov.com
- Size: 2.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wawov.com
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ pnpm install
```
### Local Development
```
$ pnpm 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
```
$ pnpm build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.