In this document you will see how you can create a new website project...
You read the Article "How does DeskCMS work" ?. You should understand it.
OK then, let's go...
to create a new project, please create a new directory in you filesystem.
I created "MyWebsite" in "C:\"

This directory has three subdirectories:
- css: the directory where the stylesheet is located
- images: the folder where you can store all you images you need
- template: the folder where you website template will be stored
Note: you can store the template everywhere on the system. This is just an example. The path to the template will be configured later.
Now you have done the first step. You have a project folder in the filesystem.
The next step is to start editing your data for your website.
In the DeskCMS folder you can find a "start.bat" to start DeskCMS (or "start.sh" for Unix/Linux).
If you start DeskCMS the first time, a empty project wizard starts:

Now you can create your first project (in fact you can use DeskCMS to handle more than on project). Click on "New" and type in the name of your project.

Click "Save" and you will see your project in the dropdown box in the project wizard.

Now you can choose your project and click the "Go" button.
The DeskCMS window should start.
