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

https://github.com/codelibs/recotem-docs


https://github.com/codelibs/recotem-docs

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Recotem Documentation

## Online Documents

- English(en): https://recotem.org/
- Japanese(ja): https://recotem.org/ja/

## Build Documents

```
yarn && yarn build
```

The resulting static files will be put under `src/.vuepress/dist/`.

## Dev Server

```
yarn dev
```