https://github.com/arcblock/blockchain-site
Website and Documentation for ArcBlock Blockchain
https://github.com/arcblock/blockchain-site
Last synced: 7 days ago
JSON representation
Website and Documentation for ArcBlock Blockchain
- Host: GitHub
- URL: https://github.com/arcblock/blockchain-site
- Owner: ArcBlock
- Created: 2022-09-21T08:58:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T21:55:40.000Z (over 3 years ago)
- Last Synced: 2025-01-03T14:49:51.490Z (over 1 year ago)
- Language: Shell
- Size: 1.94 MB
- Stars: 2
- Watchers: 15
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Blockchain Websites
## Initialize
```bash
git clone git@github.com:blocklet/blockchain-site.git
cd blockchain-site
make dep
```
## Development
Page site:
```bash
cd website/pages
npm run dev
```
Doc site:
```bash
cd website/docs
npm run dev:child
```