https://github.com/peter-mount/departureboards
This is the new departureboards.mobi site as a docker image.
https://github.com/peter-mount/departureboards
Last synced: 5 months ago
JSON representation
This is the new departureboards.mobi site as a docker image.
- Host: GitHub
- URL: https://github.com/peter-mount/departureboards
- Owner: peter-mount
- License: apache-2.0
- Created: 2016-03-30T19:24:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T16:52:16.000Z (about 4 years ago)
- Last Synced: 2024-12-06T21:38:14.308Z (over 1 year ago)
- Language: JavaScript
- Size: 2.3 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
To build the final css, js files you need grunt installed:
Install nodejs & grunt:
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo npm install -g grunt
In this directory run:
npm install grunt-contrib-cssmin --save-dev
npm install grunt-contrib-uglify --save-dev
npm install grunt-contrib-htmlmin --save-dev
npm install grunt-contrib-concat --save-dev
npm install grunt-processhtml --save-dev