Home - leo/cory GitHub Wiki
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.