brano-hozza / assets-pallet-ui

:lipstick: UI demonstration of Substrate pallet implementation for game assets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ— Sub-Scaffold

everything you need to build on Substrate! πŸš€

πŸ§ͺ Quickly experiment with Substrate using a frontend - Viki Val

πŸ„β€β™‚οΈ Quick Start

Prerequisites: Node (v16 LTS) plus pnpm

clone/fork πŸ— sub-scaffold

git clone https://github.com/kodadot/sub-scaffold.git

Make sure to install the dependencies:

# pnpm
pnpm install --shamefully-hoist

Start the development server on http://localhost:3000

pnpm dev -o

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Checkout the deployment documentation for more information.

Testing

All tests should be placed in tests directory

pnpm test:unit 

Contributors

Thanks goes to all wonderful people <3

Sponsors

paraspell

About

:lipstick: UI demonstration of Substrate pallet implementation for game assets

License:MIT License


Languages

Language:TypeScript 80.9%Language:Vue 18.9%Language:Dockerfile 0.2%