https://github.com/hstev/counter-strike-1.6
(In development) Counter-Strike 1.6 with Vue.js 3 + Three.js
https://github.com/hstev/counter-strike-1.6
art counter-strike educational-project fan gui unnoficial vue web
Last synced: about 2 months ago
JSON representation
(In development) Counter-Strike 1.6 with Vue.js 3 + Three.js
- Host: GitHub
- URL: https://github.com/hstev/counter-strike-1.6
- Owner: hstev
- Created: 2025-01-05T02:51:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-21T20:23:46.000Z (3 months ago)
- Last Synced: 2026-03-22T09:17:42.416Z (3 months ago)
- Topics: art, counter-strike, educational-project, fan, gui, unnoficial, vue, web
- Language: Vue
- Homepage: https://hstev.github.io/counter-strike-1.6
- Size: 582 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# counter-strike 1.6 fan art

This project is an unofficial tribute inspired by the Counter-Strike 1.6 graphical user interface. It is not affiliated with, endorsed, or approved by Valve. All original design elements and trademarks are the property of their respective owners. This project is for educational purposes only and has no commercial intent.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
### Docker Compose
```
docker compose up
```