https://github.com/kazooki123/crabby-docs
Website for the programming language crabby.
https://github.com/kazooki123/crabby-docs
crabby docs docusaurus2 website
Last synced: about 1 year ago
JSON representation
Website for the programming language crabby.
- Host: GitHub
- URL: https://github.com/kazooki123/crabby-docs
- Owner: Kazooki123
- License: mit
- Created: 2024-03-31T02:13:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T05:09:09.000Z (over 1 year ago)
- Last Synced: 2025-02-15T04:19:22.894Z (over 1 year ago)
- Topics: crabby, docs, docusaurus2, website
- Language: JavaScript
- Homepage: https://crabby-docs.vercel.app/
- Size: 939 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crabby Documentation Website
The repository for the Crabby documentation website.
## Installation
```console
yarn install
```
## Local Development
```console
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
```console
yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
```console
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.