Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 601 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 601 Bytes

LibertAI UI (libertai-ui)

A UI for decentralized AI

Install the dependencies

npm install

Don't forget to also fill environment variables in a .env file. You can use .env.example as an inspiration.

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

npm run dev

Format and lint the files

npm run format
npm run lint

Build the app for production

npm run build

Customize the configuration

See Configuring quasar.config.js.