Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

CityOfBoston/notice-signage

Repository files navigation

ARCHIVED

This repo has been archived. The code has been reimplemented in the monorepo: https://github.com/CityOfBoston/digital/tree/develop/services-js/public-notices

City of Boston

The source code for the public notice signage for the City of Boston. This is a Vue.js application that takes a JSON feed of public notices and displays them on a sign.

Code Climate Build Status

Public domain

This project is in the worldwide public domain. As stated in LICENSE:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.