https://github.com/warioddly/counter-strike-1.6
Hello stranger , I'm trying to make an FPS game 🎮 as similar to Counter Strike 1.6 as possible.
https://github.com/warioddly/counter-strike-1.6
Last synced: about 1 month ago
JSON representation
Hello stranger , I'm trying to make an FPS game 🎮 as similar to Counter Strike 1.6 as possible.
- Host: GitHub
- URL: https://github.com/warioddly/counter-strike-1.6
- Owner: warioddly
- Created: 2023-12-15T07:23:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T16:00:12.000Z (over 1 year ago)
- Last Synced: 2025-04-13T03:03:55.838Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://warioddly.github.io/counter-strike-1.6/
- Size: 29.9 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Counter Strike 1.6
1. Build the project for production:
```bash
npm build
```
or development
```bash
npm dev
```2. Run project in development
```bash
npm start
```
serve development
```bash
npm dev:server
```