-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from TF2Autobot/arik123-patch-1
Update README.md
- Loading branch information
Showing
1 changed file
with
3 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,13 @@ | ||
# COMPILATON | ||
before start use `sed -i '1s/^(?!\/\/ @ts-nocheck)/\/\/ @ts-nocheck\n/' node_modules/@types/webpack/index.d.ts` on linux | ||
or if you are on windows, go to node_modules/@types/webpack/index.d.ts and add `//@ts-nocheck` on the first line | ||
|
||
# TF2-Automatic GUI | ||
An easy to use graphical user interface that helps you add items faster to your bot's pricelist! | ||
|
||
# Guide | ||
Please see the [Wiki](https://github.com/ZeusJunior/tf2-automatic-gui/wiki) for an installation / usage guide. | ||
|
||
# Note | ||
This project is open source and thus it takes more time to fix bugs, please be patient. | ||
|
||
# Contributing | ||
For contributing, please use eslint for linting, it makes code more readable and usable. | ||
Your PR can be closed if you don't follow this rule. | ||
# Notes | ||
This project is not yet finished, so there might be quite a few bugs and unfinished features. Feel free to contribute if you would like to see anything new. | ||
|
||
#compile | ||
1. `npm run build-front` | ||
2. `npm run build-back` | ||
You can add `-watch` to run watch mode | ||
You can add `-watch` when you are developing and want to rebuilt instantly | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
#start | ||
`node dist/server` |
[MINOR]
replace "rebuilt" with "rebuild"