/polkadot-frontend

front end javascript challenge

Primary LanguageJavaScriptThe UnlicenseUnlicense

https://jacobmakarsky.github.io/polkadot-frontend/

Substrate Front End Template

# Clone the repository
git clone https://github.com/substrate-developer-hub/substrate-front-end-template.git
cd ./substrate-front-end-template
yarn install

Usage

You can start the template in development mode to connect to a locally running node

yarn start

You can also build the app in production mode,

yarn build

and open build/index.html in your favorite browser.