https://github.com/wmcadigital/wmn-major-works-and-events
West Midlands Network Major Roadworks and Events template pages
https://github.com/wmcadigital/wmn-major-works-and-events
Last synced: about 1 month ago
JSON representation
West Midlands Network Major Roadworks and Events template pages
- Host: GitHub
- URL: https://github.com/wmcadigital/wmn-major-works-and-events
- Owner: wmcadigital
- License: mit
- Created: 2020-03-13T16:11:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:38:09.000Z (over 2 years ago)
- Last Synced: 2025-02-03T22:31:24.320Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 1.59 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# West Midlands Network Major Roadworks and Events
West Midlands Network Major Roadworks and Events template pages
Template system based on Gulp & Nunjucks
## Designs
1. Major Works (Desktop) (https://zpl.io/V019A1w)
2. Major Works (Mobile) (https://zpl.io/258E5Rr)## Getting Started
### Prerequisites
*__Note:__ if you've previously installed Gulp globally, run `npm rm --global gulp` to remove it. [Details here.](https://medium.com/gulpjs/gulp-sips-command-line-interface-e53411d4467)*
Make sure these are installed first.
- [Node.js](http://nodejs.org)
- [Gulp Command Line Utility](http://gulpjs.com) `npm install --global gulp-cli`### Quick Start
1. Run `npm install` to install required files and dependencies.
3. When it's done installing, run one of the tasks to get going:
- `gulp` manually compiles files.
- `gulp serve` automatically compiles files and applies changes using [BrowserSync](https://browsersync.io/) when you make changes to your source files.
4. Alternatively run:
- `npm run build` to compile files.
- `npm start` to serve and watch files with BrowserSync.
- `npm test` run [TestCafe](https://devexpress.github.io/testcafe/) static page tests.## License
This project is licensed under the MIT License -- see the [LICENSE](LICENSE) file for details