djuric42 / MyBit-Go.app

🎨 The Front End that supports the MyBit Platform™

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyBitDapp-FrontEnd

🎨 The Front End that supports the MyBit Platform™

Build Instructions

cd Frontend
npm install
npm run start

We need to npm run start so that the scss files are compiled to css files and the storybook can be displayed properly.

Once that is done, you can npm run storybook and it will run the development server on your local machine, and give you a URL to browse through the stories.

Exporting the Storybook

npm run build-storybook

This will generate the required files so that the storybook can be deployed as a static application. It exports the files to a directory named ".out".

About

🎨 The Front End that supports the MyBit Platform™

License:GNU General Public License v3.0


Languages

Language:JavaScript 83.0%Language:CSS 13.7%Language:HTML 3.3%