Skip to content

Commit

Permalink
Added a wiki
Browse files Browse the repository at this point in the history
Added a WIKI and published it.
  • Loading branch information
AdamOnAir committed Dec 5, 2023
1 parent c21ca3e commit c1e7153
Show file tree
Hide file tree
Showing 288 changed files with 665,978 additions and 0 deletions.
58 changes: 58 additions & 0 deletions app/wiki/WIKI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# FBD

FBD is a BBS based on Undertale Universe. It can also be used as a template for other game universe.

## Installation

Download from GitHub with GIT

```bash
git clone https://github.com/EvrestRGB/FBD.git
```

OR with GitHub CLI

```bash
gh repo clone EvrestRGB/FBD
```

## Commands

```FBD
FTP
```

```FBD
PUNS
```

```FBD
SANS
```

```FBD
ECHO word
```

```FBD
CUNDUCT
```

```FBD
VER
```

```FBD
HELP
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)
13 changes: 13 additions & 0 deletions app/wiki/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FBD Wiki</title>
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2/dist/zero-md.min.js"></script>
</head>
<body>
<zero-md src="/WIKI.md"></zero-md>
</body>
</html>
15 changes: 15 additions & 0 deletions app/wiki/node_modules/.bin/tsc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions app/wiki/node_modules/.bin/tsc.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions app/wiki/node_modules/.bin/tsserver

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions app/wiki/node_modules/.bin/tsserver.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions app/wiki/node_modules/asynckit/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c1e7153

Please sign in to comment.