Updated readme skeletons

This commit is contained in:
Logan Cusano
2022-12-11 21:24:17 -05:00
parent e5d885cc3e
commit 668c9a9259
4 changed files with 150 additions and 26 deletions

View File

@@ -0,0 +1,46 @@
# Discord Radio Bot: Command & Control - Client: Discord Bot (Client)
---
Explanation here
## Requirements
---
Requirements here (not modules, that will be installed with npm)
## Installation
---
Notes here
### Installation here
```shell
```
## Configuration
---
Notes here
### Configuration here
```shell
```
## Usage
---
### Usage here
```javascript
```

View File

@@ -0,0 +1,46 @@
# Discord Radio Bot: Command & Control - Client
---
Explanation here
## Requirements
---
Requirements here (not modules, that will be installed with npm)
## Installation
---
Notes here
### Installation here
```shell
```
## Configuration
---
Notes here
### Configuration here
```shell
```
## Usage
---
### Usage here
```javascript
```

View File

@@ -0,0 +1,46 @@
# Discord Radio Bot: Command & Control - Server
---
Overview here
## Requirements
---
Requirements here (not modules, that will be installed with npm)
## Installation
---
Notes here
### Installation here
```shell
```
## Configuration
---
Notes here
### Configuration here
```shell
```
## Usage
---
### Usage here
```javascript
```

View File

@@ -2,45 +2,31 @@
--- ---
Explanation here Project overview here
## Requirements ## Requirements Overview
--- ---
Requirements here (not modules, that will be installed with npm) ### Server Requirements
#### Server: Discord Bot Requirements
### Client Requirements
#### Client: Discord Bot Requirements
## Server
## Installation
--- ---
Notes here Explanation and overview here
### Installation here ## Client
```shell
```
## Configuration
--- ---
Notes here Explanation and overview here
### Configuration here ## Discord Bot
```shell
```
## Usage
--- ---
### Usage here Explanation and overview here
```javascript
```