Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1.39 KB

README.md

File metadata and controls

59 lines (33 loc) · 1.39 KB

Nunjucks Starter Project

Starter Project for creating component-based website mockups

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

** This project is not designed to be deployed to a production environment. **

Prerequisites

nodejs

Gulp: Be sure to globally install first!

VSCode: Highly recommended but not required.

Installing

Open a terminal and navigate to the root of the project and install the npm dependencies.

npm i

Run gulp to build the project (and rebuild on any updates)

gulp

Start express to view the site from a local browser

gulp serve

Deployment

This project is not intended for deployment to a public-facing server.

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Mark Clark - Project Creator

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details