Assemble your first site in 5 minutes or less. Are you ready?!
The fastest way is to use grunt-init-assemble, but if you prefer to start from scratch then this is for you.
We should be able to get your first site running in just a few minutes if:
npm
to install packagesnpm
and grunt-cli
installed globallyThat just about covers it, so let's get started!
git clone https://github.com/assemble/assemble-example.git "my-project"
then
cd my-project
npm i
grunt assemble
If everything builds properly, then run:
grunt test
And all tests should pass.
IIdeally, you should start with a nice clean Gruntfile and a brand new src
directory, but this is a great way to start learning by example. If you get stuck or need inspiration, just head over to
Assemble's documentation, or take a look at
some other examples.
Have fun!
See the template for this page →
Find an error? Let us know →