https://github.com/qedprotocol/city-rollup-docs
Docs for CityRollup
https://github.com/qedprotocol/city-rollup-docs
Last synced: about 1 year ago
JSON representation
Docs for CityRollup
- Host: GitHub
- URL: https://github.com/qedprotocol/city-rollup-docs
- Owner: QEDProtocol
- Created: 2024-05-24T03:57:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T13:52:19.000Z (almost 2 years ago)
- Last Synced: 2025-02-19T13:14:02.744Z (over 1 year ago)
- Language: TypeScript
- Size: 7.83 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docs for City Rollup
### Installation
```
$ pnpm install
```
### Local Development
```
$ pnpm 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
```
$ pnpm build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.