Skip to content

deckhand-agent/chess

 
 

Repository files navigation

Example Chess Application

Development

You will need to install Docker and the docker-compose standalone script to run the docker env. Otherwise you will need a compatible NodeJS and Python environment.

To build the application run:

docker-compose build

To run the application run:

docker-compose up 

Additionally, you can build and run the application in the background.

    docker-compose up --build -d

You can stop the development server by running:

docker-compose down

After running you can open your browser to localhost:8080

About

A simple web app that allows two players to play a game of chess

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 46.0%
  • Vue 38.2%
  • CSS 10.7%
  • JavaScript 3.7%
  • Other 1.4%