Skip to content

Commit

Permalink
update: README
Browse files Browse the repository at this point in the history
  • Loading branch information
barthofu authored Aug 15, 2022
1 parent ffd7ade commit cd7c375
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
This [Next.js](https://nextjs.org/) full static website is meant to be used with a bot created from the [tscord bot template](https://github.com/barthofu/tscord).

## Features

- "Add to Discord" button
- Stats of the bot (such as total users, guilds, etc)
- List of commands
- Markdown articles
- Responsive
- Animations
- Full static
- *...and many more!*

## Preview

https://user-images.githubusercontent.com/66025667/184621486-7340157f-b7fc-44ea-94a9-03d76a99384c.mp4

## Usage

1. Click on the **use this template** button
Expand All @@ -23,7 +38,3 @@ But the main downside is the need of a next.js server instance to be running 24/
In this solution, and as a contrast with the other, the main downside is that you'll have to re-build and re-deploythe website each time your data (list of commands, articles, etc) change.
You can still resolve this by automating all of this with a well configured CI/CD ecosystem (e.g: Github Actions, cron jobs on your server or on your bot, etc).
It will take you more effort for sure, but will result in the best of the two solutions!

## Screenshots

![](https://i.imgur.com/fpIcsu1.gif)

0 comments on commit cd7c375

Please # to comment.