Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.12 KB

Tapestry Boilerplate Project

Packagist

This is a basic unopinionated Boilerplate Project to help you get started building static websites with Tapestry.

Installing

To install this boilerplate, use the Composer create-project command in your terminal:

composer create-project --prefer-dist tapestry-cloud/tapestry-boilerplate my-tapestry-project

Building

Composer will install the latest stable version of Tapestry locally to the projects vendor folder, to run Tapestry use the following command in your termainal relative to your project root:

# For Windows users
.\vendor\bin\tapestry.php.bat build

# For Linux/Unix users
.\vendor\bin\tapestry.php build

Learning

Click here for the quick start guide on getting started with Tapestry and how to extend this boilerplate to meet your needs.

License

This Tapestry Boilerplate is open sourced software licensed under the MIT License.