Skip to content

hoiekim/jordgames

Repository files navigation

What is Jordgames?

See live demo!

How do I run Jordgames?

Option 1: Using Docker

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!

Option 2: Using Node.js

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!

How to contribute

Create an issue and explain how you want to improve this project. Or send us an email to [email protected] if you feel shy. We welcome your ideas!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages