https://github.com/codelibs/recotem-docs
https://github.com/codelibs/recotem-docs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codelibs/recotem-docs
- Owner: codelibs
- Created: 2021-06-24T07:14:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T06:52:22.000Z (7 months ago)
- Last Synced: 2025-01-28T10:36:18.957Z (5 months ago)
- Language: Jupyter Notebook
- Size: 4.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```