Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mirrorworld-universe/docs.mirrorworld.fun

Documentation Website For Mirror World SDKs
https://github.com/mirrorworld-universe/docs.mirrorworld.fun

api chakra-ui docs mdx mirror-world react sdk

Last synced: 21 days ago
JSON representation

Documentation Website For Mirror World SDKs

Awesome Lists containing this project

README

        

# Mirror World SDK Docs

Documentation Site for Mirror World SDK

## Development
Install all dependencies

```bash
yarn install
```

Start development server
```bash
yarn dev
```

The above command should print the following output:
```bash
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - SWC minify release candidate enabled. https://nextjs.link/swcmin

event - compiled client and server successfully in 902 ms (1538 modules)
warn - Fast Refresh had to perform a full reload. Read more: https://nextjs.org/docs/basic-features/fast-refresh#how-it-works
```

Open browser on http://localhost:3000 to get started.