Skip to content

Commit 0b60d96

Browse files
authored
Merge pull request #10 from TF2Autobot/arik123-patch-1
Update README.md
2 parents c8ae80c + 5250018 commit 0b60d96

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

README.md

+3-14
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
1-
# COMPILATON
2-
before start use `sed -i '1s/^(?!\/\/ @ts-nocheck)/\/\/ @ts-nocheck\n/' node_modules/@types/webpack/index.d.ts` on linux
3-
or if you are on windows, go to node_modules/@types/webpack/index.d.ts and add `//@ts-nocheck` on the first line
4-
51
# TF2-Automatic GUI
62
An easy to use graphical user interface that helps you add items faster to your bot's pricelist!
73

8-
# Guide
9-
Please see the [Wiki](https://github.com/ZeusJunior/tf2-automatic-gui/wiki) for an installation / usage guide.
10-
11-
# Note
12-
This project is open source and thus it takes more time to fix bugs, please be patient.
13-
14-
# Contributing
15-
For contributing, please use eslint for linting, it makes code more readable and usable.
16-
Your PR can be closed if you don't follow this rule.
4+
# Notes
5+
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.
176

187
#compile
198
1. `npm run build-front`
209
2. `npm run build-back`
21-
You can add `-watch` to run watch mode
10+
You can add `-watch` when you are developing and want to rebuilt instantly
2211

2312
#start
2413
`node dist/server`

0 commit comments

Comments
 (0)