An open API service indexing awesome lists of open source software.

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

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.