-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# PlayWithMe | ||
|
||
### This is a multiplayer 5-in-a-row | ||
#### Backend is built in Haskell | ||
Backend is built in Haskell | ||
|
||
### Instructions to run the server: | ||
#### 0. Install haskell Stack | ||
#### 1. git clone {this repository} | ||
#### 2. cd playWithMe | ||
#### 3. stack build | ||
#### 4. stack exec server | ||
#### 5. Open {server-ip} | ||
0. Install haskell Stack | ||
1. git clone {this repository} | ||
2. cd playWithMe | ||
3. stack build | ||
4. stack exec server | ||
5. Open {server-ip} | ||
|
||
#### Note: ports 80 and 8080 should be available | ||
Note: ports 80 and 8080 should be available |