Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 774 Bytes

File metadata and controls

28 lines (22 loc) · 774 Bytes

Fire Code Compliance Software

The Fire Code Compliance Software is a responsive web app used to streamline the inspection taking process to report writing for fire inspectors. The official web app can be found here: https://projectfccs.web.app/

Development

FCCS was developed using Vue.js 2, complemented with Bootstrap (Bootstrap 4 + Bootstrap Vue). Backend services such as hosting, database, and authentication are provided through Firebase services.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.