Added docker
Added a Dockerfile and compose.yaml for easy deployment via docker. Updated README to provide clear instruction on how to get the instance running.
This commit is contained in:
parent
00f65f3054
commit
dafc1eadff
3 changed files with 28 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# Jank Client
|
||||
Jank Client is a [Spacebar](https://spacebar.chat) Client written in TS, HTML, and CSS.
|
||||
|
||||
To run it, clone the repo and do `npm install`, then
|
||||
`node index.js`
|
||||
To build it, clone the repo and run `npm install`, then `npm run build`
|
||||
To run it, use `npm start`
|
||||
or do the equivalent with bun
|
||||
|
||||
Both [Bun](https://bun.sh) and [Node.js](https://nodejs.org) are supported, and should function as expected.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue