blob: 1eace72aac1e6d77c61fca26fddb0236dce55e1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  | 
# 5 Minutes quickstart
This page shows you how to start a new nova project
under five minutes using a typescript project,
hold tight this is going to be fast.
## Requirements
* A discord bot application available
* [Docker](https://docker.io/) (or alternatives) available to you.
* A domain name / [ngrok.io](https://ngrok.com/) domain (for webhooks only)
> If you are deploying nova to production, consider following the
> production guide instead.
## Setting up a nova instance
Clone the [example repo](https://github.com/discordnova/nova-quickstart.git) like so
`git clone https://github.com/discordnova/nova-quickstart.git`,
In this folder, find the `config.yml.example` file and rename it to match `config.yml`
Next, you need to fill all the environment variables to match your discord bot.
  |