From 52500181663960f2c04bd9b1ce483a4e8c1609ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximili=C3=A1n=20Maliar?= <12786043+arik123@users.noreply.github.com> Date: Thu, 15 Jun 2023 19:49:32 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7f102bf..1eba38e 100644 --- a/README.md +++ b/README.md @@ -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 #start `node dist/server`