Is it possible for me to run the application locally on my machine from the repository https://github.com/jbowens/codenames?
Here are the steps I've attempted:
- I installed Go and added the PATH variable.
- I cloned the repository to the correct go path location on my machine.
- I opened the command prompt and ran the command "go run main.go" from the "cmd" folder.
Since I don't have much knowledge about Go, there might be another command to run or dependencies to install. If anyone can help me figure this out, I would be extremely grateful! I really want to play this amazing game on my own machine.