Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hetic-mt-p2021/project_final_group02_front
https://github.com/hetic-mt-p2021/project_final_group02_front
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hetic-mt-p2021/project_final_group02_front
- Owner: HETIC-MT-P2021
- Created: 2021-09-01T10:04:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T16:43:29.000Z (almost 3 years ago)
- Last Synced: 2024-06-14T21:22:36.483Z (5 months ago)
- Language: TypeScript
- Size: 758 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project_final_group02_front
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
You can check the full content of the bot here: [DiscordGO RPG Bot](https://github.com/HETIC-MT-P2021/PROJECT_FINAL_GROUP02_BACK)
## Requirements
- Docker
- Docker-Compose## Installation
```shell
git clone https://github.com/HETIC-MT-P2021/PROJECT_FINAL_GROUP02_FRONT.git
cd PROJECT_FINAL_GROUP02_FRONT
```### Launch the project
First install [DiscordGO RPG Bot](https://github.com/HETIC-MT-P2021/PROJECT_FINAL_GROUP02_BACK)
Create a .env with the content of .env.example
Build the image and fire up the container
```shell
docker-compose up -d --build
```Open [http://localhost:3000/](http://localhost:3000/) to view app in the browser.
### Stop the project
Bring down the container
```shell
docker-compose stop
```