Skip to content

Commit

Permalink
rename apps/reflect to apps/web (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-oz authored Jul 25, 2023
1 parent 47ffbc8 commit 779a125
Show file tree
Hide file tree
Showing 104 changed files with 58 additions and 50 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# Senchabot Monorepo

Senchabot apps and packages

#### [apps/reflect](./apps/reflect) - The web app: [senchabot.app](https://senchabot.app/)
> _Web application for managing Senchabot, its commands and configuring the bot._
#### [apps/web](./apps/web) - The web app: [senchabot.app](https://senchabot.app/)

> _Web application for managing Senchabot, its commands and configuring the bot._
#### [apps/discord-bot](./apps/discord-bot)

#### [apps/twitch-bot](./apps/twitch-bot)

## Getting Started

### Prerequisites
* Git
* Node.js 18 or higher
* npm

- Git
- Node.js 18 or higher
- npm

### Installation

Expand Down Expand Up @@ -48,10 +54,12 @@ Senchabot apps and packages
```

## Documentations

- ### Apps
* [reflect](./apps/reflect/README.md)
* [discord-bot](./apps/discord-bot/README.md)
* [twitch-bot](./apps/twitch-bot/README.md)
- [web](./apps/web/README.md)
- [discord-bot](./apps/discord-bot/README.md)
- [twitch-bot](./apps/twitch-bot/README.md)

## Contributing

Contributions are always welcome! Please read the [contribution guidelines](./CONTRIBUTING.md) first.
6 changes: 3 additions & 3 deletions apps/reflect/README.md → apps/web/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Reflect Web App
# Senchabot Web App

Web application for managing Senchabot, its commands and configuring the bot.

## Reflect uses
## Senchabot Web App uses

- [React](https://react.dev/)
- [Next.js](https://nextjs.org)
Expand Down Expand Up @@ -31,7 +31,7 @@ Web application for managing Senchabot, its commands and configuring the bot.
npm install
```

3. If you hadn't done for main directory, please change into main directory and create a `.env` file based on the example file `env.example`
3. If you hadn't done for main directory, please change into main directory and create a `.env` file based on the example file `env.example`

```sh
cp env.example .env
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/reflect/package.json → apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "reflect",
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
76 changes: 38 additions & 38 deletions package-lock.json

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

0 comments on commit 779a125

Please sign in to comment.