You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-
5
1
# TF2-Automatic GUI
6
2
An easy to use graphical user interface that helps you add items faster to your bot's pricelist!
7
3
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.
17
6
18
7
#compile
19
8
1.`npm run build-front`
20
9
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
0 commit comments