Skip to content

Manual Setup

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

Get the package from the site.

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.

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/

Here’s how to start the server.