mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
25 lines
410 B
Markdown
25 lines
410 B
Markdown
---
|
|
sidebar_position: 1
|
|
---
|
|
|
|
# Create a new project
|
|
|
|
```sh
|
|
npm install -g @sern/cli
|
|
```
|
|
Running this will install our CLI. (you'll probably want to download this)
|
|
- helps manage your applications
|
|
- plugs you into the sern ecosystem.
|
|
|
|
|
|
|
|
### Create a new bot
|
|
|
|
```sh
|
|
npm create @sern/bot
|
|
```
|
|
and follow the interactive prompts.
|
|
|
|
if somehow you need help, feel free to ask [here](https://sern.dev.discord)
|
|
|