GithubHelp home page GithubHelp logo

bobrossrtx / grey-hack-repo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from toproupi/grey-hack-repo

0.0 0.0 0.0 10.89 MB

repository for players to share and find grey hack scripts

Home Page: https://www.greyrepo.xyz/

License: GNU Affero General Public License v3.0

Shell 0.04% JavaScript 6.42% Ruby 67.52% CSS 1.49% HTML 24.20% Dockerfile 0.32%

grey-hack-repo's Introduction

Description

scripts repository for the greyhack game

Main Features

project files can be parsed to a string, and then used inside the game to quickly build all the files, without copy and pasting.

feature preview: IMAGE ALT TEXT

Repo website

https://www.greyrepo.xyz

REQUIREMENTS

  • Ruby version

    3.1.1
    
  • System dependencies

    Postgresql 12
    
  • Configuration

    in development there is no other configuration required other than the database.yml in /config

    in production

    • aws s3 configs in /config/storage.yml
    • mailer provider and session_cache_store in /config/enviroments/production.rb
    • action cable redis in /config/cable.yml
    • sidekiq redis in /config/initializers/sidekiq.rb
    • pay(gem) credetials configuration for stripe
  • Database setup

    rails db:create
    rails db:migrate
    rails db:seed
  • How to run the test suite

    rails test
  • Run linters

      bundle exec standardrb --fix .
      bundle exec magic_frozen_string_literal .
  • backup database

      PGPASSWORD=PASSWORD pg_dump -F c -v -h HOSTNAME -U USERNAME -p PORT -d DATABASE -f backup.psql
    
      PGPASSWORD=PASSWORD pg_restore -c -C -F c -v -U USERNAME -h HOSTNAME -p PORT -d DATABASE backup.psql

todo list (in no particular order)

add import feature to post scripts, upload a folder/zip in your computer and convert its .src files into a Fileable. (DONE)

add a build/releases system to posts/fileable, to replace the script_v1.src script_v2.src in the posts files. (DONE)

add a guild system.

add a banks repo system.

add a ips repo system.

maybe add a better way to rank posts popularity by downloads/scripts copies/views

grey-hack-repo's People

Contributors

toproupi 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.