Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dc7290/microcms-richedit-processer.docs
microcms-richedit-processerのドキュメントサイト
https://github.com/dc7290/microcms-richedit-processer.docs
Last synced: about 1 month ago
JSON representation
microcms-richedit-processerのドキュメントサイト
- Host: GitHub
- URL: https://github.com/dc7290/microcms-richedit-processer.docs
- Owner: dc7290
- License: mit
- Created: 2021-10-03T06:44:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T17:39:45.000Z (about 3 years ago)
- Last Synced: 2023-03-04T00:26:17.309Z (over 1 year ago)
- Language: TypeScript
- Homepage: microcms-richedit-processer.vercel.app
- Size: 276 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# microcms-richedit-processer.docs
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```### Local Development
```
$ yarn 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
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
```
$ GIT_USER= USE_SSH=true yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.