deakcor / nodejs_astralys

Nodejs website to host Astralys game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nodejs Astralys

Nodejs website to host Astralys game

Running the site

node app.js

The database to display the leaderboard must be in a folder bdd/ The HTML5 game files must be in a folder views/build

Example of use with docker-compose file

run-site:
    image : darcemontv/node_astralys
    volumes:
      - './bdd:/bdd'
      - './build:/views/build'
    ports :
      - 8080:8080

About

Nodejs website to host Astralys game


Languages

Language:HTML 58.5%Language:JavaScript 20.6%Language:CSS 20.2%Language:Dockerfile 0.7%