Skip to content

Commit

Permalink
Change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sefirosweb committed Feb 20, 2021
1 parent c32461b commit b53295f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ This is a frontend for manage the bot, this frontend need to connect to the back
- Install [Node.js](https://nodejs.dev/) version 14+
- go to the directory which you want to install into
- run `npm i minecraftLegionWebClient` on command prompt
- make a new file called config.js with the fields shown below
- start frontend with `npm start`
- Configure the connection directly from website

## Usage:
Start frontend with `npm start`
Check if all configuration is loaded (use cookies)
Manage the bot and configure all you need :D

### `npm start`

Runs the app.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.


# TODO
- Refactorize front end
- Make a Configuration to connect to backend
- Make a robuts documentation
- Make a robuts documentation!
- Make a deployment app
2 changes: 2 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 0.1.6
* Change version directly same has minecraftLegion for have "sync" versions
* Refactorized FrontEnd for edit and manage the bot very simply
* Add all job and confiugration until now

## 0.0.2
* Added dynamic configuration server websocket on front end
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@
"bugs": {
"url": "https://github.com/sefirosweb/minecraftLegionWebClient/issues"
},
"homepage": "/"
"homepage": "https://github.com/sefirosweb/minecraftLegionWebClient#readme"
}

0 comments on commit b53295f

Please sign in to comment.