An open API service indexing awesome lists of open source software.

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

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
```