https://github.com/stephane-klein/docusaurus-playground
Docusaurus Playground
https://github.com/stephane-klein/docusaurus-playground
documentation docusaurus playground static-site-generator
Last synced: 2 months ago
JSON representation
Docusaurus Playground
- Host: GitHub
- URL: https://github.com/stephane-klein/docusaurus-playground
- Owner: stephane-klein
- Created: 2022-06-22T11:49:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T10:25:07.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T04:44:52.316Z (over 1 year ago)
- Topics: documentation, docusaurus, playground, static-site-generator
- Language: JavaScript
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docusaurus playground
Parent issue: https://github.com/stephane-klein/personnal-notebook/issues/17
Install:
```sh
$ pnpm install
```
Launch development mode:
```sh
$ pnpm start
```
### Build
```sh
$ pnpm build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.