Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
/ forgolang_ui Public archive

Discussion forum User Interface for @forgolang/forgolang_forum

License

Notifications You must be signed in to change notification settings

streetbyters/forgolang_ui

Repository files navigation

Forgolang.com UI (forgolang_ui)

Discussion forum User Interface for @streetbyters/forgolang_forum

Get repo

git clone -b develop https://github.com/forgolang/forgolang_ui

Install the dependencies

yarn

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

quasar dev -m ssr

Lint the files

yarn run lint

Build the app for production

quasar build -m ssr

Customize the configuration

See Configuring quasar.conf.js.