Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Leonard Lamprecht edited this page Jan 31, 2016 · 4 revisions

In this part, you'll learn how to set up your first cory site within a few seconds.

The only thing you need to do is create a directory/repository on your local device that will contain the site. After doing so, simply enter it using cd <directory_name> and run the following command, which will generate a new site in the current folder:

cory init

After it's finished, simply serve the site by running:

cory serve -w

Now cory will also listen to changes to your files and rebuild the site.

Noticed something that isn't correct? Please open an issue.

Clone this wiki locally