Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvllmr/csgo-inv-shuffle-web
A website for creating csgo inventory shuffle config files.
https://github.com/jvllmr/csgo-inv-shuffle-web
csgo python react typescript website
Last synced: about 2 months ago
JSON representation
A website for creating csgo inventory shuffle config files.
- Host: GitHub
- URL: https://github.com/jvllmr/csgo-inv-shuffle-web
- Owner: jvllmr
- License: agpl-3.0
- Created: 2021-07-31T16:07:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T14:08:11.000Z (over 1 year ago)
- Last Synced: 2023-09-05T03:50:12.902Z (over 1 year ago)
- Topics: csgo, python, react, typescript, website
- Language: TypeScript
- Homepage: https://csgoinvshuffle.kreyoo.dev
- Size: 94.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csgo-inv-shuffle-web
If you are using Arch with the chaotic AUR you can use the setup_dev.sh script.
Else you can do the following:
Install Python 3.10, Python 3.10 venv, Redis, nodejs 14 and yarn.
Create a virtual environment named `.venv` in the root directory with Python 3.10.
Use the virtual env.
Install poetry via `pip install poetry`.
Configure poetry with:
```
poetry config virtualenvs.create true
poetry config virtualenvs.in-project true
```Install the dependences: `poetry install`
Install pre-commit hooks: `pre-commit install`
Install JavaScript dependencies with `yarn` in the react subfolder.