https://github.com/getdeck/getdeck.github.io
The website of Getdeck
https://github.com/getdeck/getdeck.github.io
Last synced: 23 days ago
JSON representation
The website of Getdeck
- Host: GitHub
- URL: https://github.com/getdeck/getdeck.github.io
- Owner: Getdeck
- License: mit
- Created: 2022-04-20T12:58:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T06:41:22.000Z (over 2 years ago)
- Last Synced: 2025-12-19T15:23:33.646Z (6 months ago)
- Language: JavaScript
- Size: 6.69 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getdeck.github.io
The website of Getdeck
# Website
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
Using SSH:
```
$ USE_SSH=true yarn deploy
```
Not using SSH:
```
$ GIT_USER= 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.
## Terminal: asciinema to gif
`agg --theme dracula --idle-time-limit 1 --font-size 20 --speed 2 /tmp/tmp49g2rlpg-ascii.cast Downloads/beibootctl-demo.gif`