Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mirrorworld-universe/docs.mirrorworld.fun
- Owner: mirrorworld-universe
- License: mit
- Created: 2022-08-02T10:34:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T09:10:27.000Z (about 1 year ago)
- Last Synced: 2024-04-14T16:18:57.310Z (9 months ago)
- Topics: api, chakra-ui, docs, mdx, mirror-world, react, sdk
- Language: MDX
- Homepage: https://docs.mirrorworld.fun
- Size: 94.5 MB
- Stars: 18
- Watchers: 3
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/swcminevent - 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.