Skip to content

Commit

Permalink
Merge pull request #10 from TF2Autobot/arik123-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
arik123 authored Jun 15, 2023
2 parents c8ae80c + 5250018 commit 0b60d96
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions README.md
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.

Copy link
@zudsniper

zudsniper Jun 17, 2023

[MINOR] replace "rebuilt" with "rebuild"


#start
`node dist/server`

0 comments on commit 0b60d96

Please sign in to comment.