A fork of the original Sui Explorer, which was discontinued by Mysten Labs.
pnpm install
Run these commands from the root directory of the repository.
Run linting check (ESLint).
Run linting check (ESLint) and fix errors when possible.
Delete dist/
, node_modules/
, etc.
Run these commands from the ./src/explorer/ directory.
Start the dev server on http://localhost:3000/
Build the app for production to the dist
folder.
Build the app for production and serve it on on http://localhost:3000/
Run the TypeScript compiler to perform a type check on the project.
Run end-to-end browser tests using the website as connected to the static JSON dataset.
Expose the local server on port 3000 to the internet using Localtunnel.
pnpm upgrade --latest --recursive
cd src/explorer
pnpm add @headlessui/react@1 react-resizable-panels@0.0.39 prism-react-renderer@1 vite-plugin-svgr@3 cmdk@0
cd ../ui
pnpm add cmdk@0
TODO: upgrade the dependencies above to their latest versions.