Giter Site home page Giter Site logo

simplebrowsermmogame's Introduction

SimpleBrowserMMOGame

Build status:

Site state:Build Status
CI most recent build(for dev && master): Build Status
Continuous delivery(and master CI): Build Status

To install:

instal npm sudo apt-get install npm (on debian based linux).

instal docker and docker-compose sudo apt-get install docker docker-compose (on ubuntu based linux, if you have diffrent distribution you may want to look for packages source at https://docs.docker.com/compose/ and https://docs.docker.caom/engine/installation/).

got to frontend/app cd frontend/app

instal npm packages localy in ./node_modules npm install

type: docker-compose build

To run:

type docker-compose up

Configuration:

Default hosting port is 80 you can change it in docker-compose.yml nginx image configuguration.
On default configs site is hosted on 0.0.0.0 (publicly accessible), if you want to host site only localy change it in docker-compose.yml nginx image ports configuration starting ports with localhost: for example: localhost:80:80 .

Runing tests

Supported testing for now:

backend:
with pep8
cd backend/app pep8 .

frontend:
with eslint
cd frontend/app/ npm install . cd frontend/app/src/ ../node_modules/.bin/eslint $(find -name "*.jsx")

simplebrowsermmogame's People

Contributors

fotoblysk avatar

Stargazers

 avatar

Watchers

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