Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 534 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 534 Bytes

Freeos Governance App (freeos)

Application to claim your Freeos tokens

Clone the repository

git clone https://github.com/FreeosDAO/freeosgov_frontend.git

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Browser will be triggered with Local URL and Port

http://localhost:8080/

Customize the configuration

See Configuring quasar.conf.js.