This repo has been archived. The code has been reimplemented in the monorepo: https://github.com/CityOfBoston/digital/tree/develop/services-js/public-notices
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.
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.
# 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.