Skip to content

Initialize project

Use eWizard CLI to create a site project from a scaffolding template.

  1. Log in to your eWizard instance by following the instructions in the Login section.

  2. Go to a directory where you want to initialize your site project.

  3. Initialize your project.

    sh
    wiz init
  4. Select the site template.

    site option 8

    To skip the template selection step, you can initialize the site template with
    wiz init site. For more options, see eWizard CLI commands.

  5. Enter the project description, name, and author.

    The site project is initialized with the default template.

  6. Build your site project and serve it on a local server as a static site.

    sh
    wiz dev --live

    eWizard CLI starts a hot-reloading development server at http://localhost:3000/

    The --live option tracks the changes and continuously builds the site project.

    See eWizard CLI commands for a complete list of commands with options.