mirror of
https://github.com/elisescu/tty-share
synced 2024-11-11 13:10:32 +00:00
10 lines
122 B
Markdown
10 lines
122 B
Markdown
|
# Readme #
|
||
|
|
||
|
## Building
|
||
|
The frontend uses webpack to build everything in a bundle file. Run:
|
||
|
```
|
||
|
npm install
|
||
|
webpack
|
||
|
```
|
||
|
|