See live demo!
Pull latest released image from hoie/jordgames.
docker pull hoie/jordgames
Run!
docker run -p 3003:3003 hoie/jordgames
Now Jordgames app should be live here. Take a look!
First, download Jordgames with this command in your terminal. This command will create jordgames
folder and download all files in this repository.
git clone https://github.com/hoiekim/jordgames.git
Make sure you have npm installed in your machine and available in your terminal. Then use this command to install Jordgames.
cd jordgames
npm install
Then use this command to run Jordgames.
npm start
Now Jordgames app should be live here. Take a look!
Create an issue and explain how you want to improve this project. Or send us an email to jordgames@hoie.kim if you feel shy. We welcome your ideas!