Code Monkey home page Code Monkey logo

ruby-games's Introduction

Ruby Games

Ruby Games is games website with a relatively clean and simple design.

This is now Archived. We have merged this with Ruby

The website is built using the following technologies:

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS
  • Framer Motion
  • HTML
  • CSS
  • JavaScript

Some of the features of the website include:

  • A responsive design (soon)
  • ~43 Games
  • Fast loading times
  • A clean and simple design

Self Hosting

  • Clone the repository
  • Install the dependencies using yarn install
  • Build the website using yarn build
  • Start the website using yarn start

Self Hosting (Docker)

  • You can use the example docker-compose.yml file to self host the website using docker
version: "2"
services:
  natant-games:
    restart: unless-stopped
    image: "ghcr.io/natant-network/natant-games:main"
    ports:
    #IMPORTANT: DO NOT CHANGE 3000 ONLY CHANGE THE NUMBER BEFORE THE COLON
      - your port here:3000
# network config if youi want a network config feel free to use the one below and change the name to your liking. YOU MUST RUN docker network create <your name> BEFORE RUNNING THE CONTAINER
#networks:
#  default:
#    external:
#      name: default

Or alternatively you can curl the docker compose file from the repository

curl -o docker-compose.yml https://github.com/Natant-Network/Natant-Games/raw/main/docker-compose.yml
  • Run docker-compose up -d to start the container
  • Run docker-compose down to stop the container

Using the Dockerfile

  • Clone the repository
  • Build the image using docker build -t natant-games .
  • Run the container using docker run -d -p your port here:3000 natant-games

Contributing

  • Fork the repository
  • Create a new branch
  • Make your changes
  • Create a pull request To run the website locally you can use yarn dev to start the website in development mode

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details

Credits

Contact

Support

  • Join the Discord to support the project

ruby-games's People

Contributors

motortruck1221 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.