diff options
author | Elizabeth (Lizzy) Hunt <elizabeth.hunt@simponic.xyz> | 2023-04-22 23:32:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 23:32:55 -0600 |
commit | f5773f606a738e092845597f2af77e9602b06552 (patch) | |
tree | f5611aa4fef4c5d972f18451e2127762ffd54bd7 /README.md | |
parent | fb1825e964ee5ebb8427c56eaa34e9437c56c5ab (diff) | |
download | chessh-f5773f606a738e092845597f2af77e9602b06552.tar.gz chessh-f5773f606a738e092845597f2af77e9602b06552.zip |
README changes, create thread on join, update package-lock (#21)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -36,7 +36,10 @@ mix deps.compile # Install frontend stuff cd front npm install -npm start + +# Generate SSH keys +cd ../priv +./make_keys.sh # Run the frontend and server concurrently! cd .. |