17 lines
260 B
Markdown
17 lines
260 B
Markdown
# UNO game written in JavaScript
|
|
|
|
|
|
## For developers
|
|
|
|
### Install webpack
|
|
This repo is compiled with `webpack`. So, first install webpack by
|
|
```
|
|
npm install webpack webpack-cli
|
|
```
|
|
|
|
### Use webpack
|
|
```
|
|
npx webpack
|
|
```
|
|
This command will generate `dist/main.js`
|