mirror of
https://github.com/sern-handler/website
synced 2026-06-27 18:22:22 +00:00
15 lines
393 B
Plaintext
15 lines
393 B
Plaintext
---
|
|
title: Getting Started
|
|
description: Get started with the sern framework
|
|
sidebar:
|
|
order: 1
|
|
---
|
|
|
|
import PackageManagers from '~/components/PackageManagers.astro';
|
|
|
|
<PackageManagers command="create" text="@sern/bot"/>
|
|
|
|
Once you've used this command, follow the interactive prompts to create your new project.
|
|
|
|
If you need help, feel free to ask on our [Discord](https://sern.dev/discord).
|