alextseni / GreekGameDevs

MIT License
3 stars 0 forks source link

Greek Game Devs

This is a website with information about the greek game development scene.
Made with: ReactJS, ReduxJS, NodeJS, Axios, Postgres, MaterialUI

Production branch: master, deployed at https://greekgamedevs.herokuapp.com/
Development branch: develop, deployed at https://ggdtest.herokuapp.com/

Download project and run yarn install at the project's folder to install dependencies
Run the project with yarn start and view at http://localhost:3000/
Build project with yarn build

In order to fully setup the project you will need to configure the project's variables. Checkout server/config/global.js for the structure and variables needed. Create a local.js file in the same folder to override the globals (used in production environment).