Skip to content

Manual Setup

The quickest way to get started is using the Getting started guide.

1. Get the package

Download the package

Get the package from the site.

Extract the package

The steps to extract the package:

  1. First, extract the package.
  2. Then, navigate to the extracted folder.
  3. Finally, open the terminal in the extracted folder.

2. Modify the configuration

Here’s what you should modify in the configuration.

chapters.ts
export const chapters = [
{
label: 'Start Here',
autogenerate: { directory: '/docs/intro' },
},
{
label: 'Project Guide',
autogenerate: { directory: '/docs/guide' },
},
];

You can style code snippets using this guide: https://expressive-code.com/key-features/frames/

3. Start the server

Here’s how to start the server.