radixdlt / dapps-monorepo

The Dashboard dApp, which is home to to a network explorer and a staking interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dApps Monorepo 👋

Required

You need to have the following tools installed to run the local development server:

Getting started

Fastest way to getting a dev server running on your local machine is to run the following bash script in your terminal from the repo top directory.

./dev-setup.sh

Running scripts

dApps monorepo is built on Turbo repo for faster npm script execution through caching and parallelization.

Run npm scripts from the repo top directory

Install all dependencies

npm install

Start development servers

npm run dev

Linting, testing, pre-compiling

npm run pre-push

Test

npm run test

License

About

The Dashboard dApp, which is home to to a network explorer and a staking interface.

License:Apache License 2.0


Languages

Language:Svelte 50.9%Language:TypeScript 45.2%Language:JavaScript 1.1%Language:Smarty 0.7%Language:Rust 0.6%Language:SCSS 0.5%Language:Dockerfile 0.4%Language:HTML 0.4%Language:Makefile 0.1%Language:Shell 0.1%Language:CSS 0.0%