File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,26 @@ CSGOFloat has an extension for Firefox/Chrome that lets you fetch floats directl
3434
3535Please see [ ` src/ ` ] ( /src/README.md ) for an overview of how the extension works and underlying tech. Contributions are welcome!
3636
37+ ### How to Build (Release)
38+
39+ > ` npm install `
40+ >
41+ > ` npm run build `
42+
43+ The resultant build will be in the ` dist/ ` directory.
44+
45+ Note: You can also use ` npm run build_ff ` for Firefox
46+
47+ ### How to Build (Development)
48+
49+ > ` npm install `
50+ >
51+ > ` npm run start `
52+
53+ Load the ` dist/ ` directory as a temporary extension in Chrome. Code changes will automatically trigger a re-build.
54+
55+ Note: You can also use ` npm run start_ff ` for Firefox
56+
3757## Changelog
3858
3959See [ Releases] ( https://github.com/csfloat/extension/releases ) for release notes.
You can’t perform that action at this time.
0 commit comments