https://github.com/probiusofficial/bitlayer
bitlaye.doc
https://github.com/probiusofficial/bitlayer
Last synced: about 1 year ago
JSON representation
bitlaye.doc
- Host: GitHub
- URL: https://github.com/probiusofficial/bitlayer
- Owner: ProbiusOfficial
- Created: 2024-03-19T15:03:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T17:19:13.000Z (over 2 years ago)
- Last Synced: 2025-02-23T12:30:14.072Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://probiusofficial.github.io/bitlayer/
- Size: 1.93 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README copy.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus](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.