This is the frontend for the message board written in Javascript using Vue. This frontend uses the message board backend, ensure the backend is setup correctly first.
- Copy
.env.exampleto.env - Ensure
VUE_APP_APIis set to the hostname of the message board backend, example:localhost:8000 - Install packages
yarn install
- Run
yarn serveto host the app locally with hot reloading or - Run
yarn buildto build the application for production