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

Latest commit

 

History

History
31 lines (24 loc) · 573 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 573 Bytes

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.