Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 709 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 709 Bytes

Bolt skeleton

A skeleton for websites using Bolt.

  1. Installing

You install a project based on this Bolt skeleton by using Composer.

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:

curl -s http://getcomposer.org/installer | php

Then, use the create-project command to generate a new Bolt application:

php composer.phar create-project richardhinkamp/bolt-skeleton path/to/install

Composer will install a project with Bolt and all its dependencies under the path/to/install directory.