An open API service indexing awesome lists of open source software.

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.

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
```