Code Monkey home page Code Monkey logo

community-website's Introduction

The GameServerApp.com community website has all the basics setup for you, so you can focus on the details and custom design.

You can use the GSA pagebuilder, or setup your custom HTML webpages. The Community website is build on top of the Laravel framework.

You can find all assets (js & css) files in /resources/assets/. The JS & CSS files in the public dir should NOT be used to customize.

After making changes to the assets, please run npm run production. Or have gulp compile the assets for you after each change automatically: npm run watch.

Use nvm use 14.19.0 && npm run watch when using NVM.

Set up the community website

In the wiki you can find a walk-through guide on how to install the community website on your own VPS server. You can skip the steps below if you choose this option.

Install

Rename .env.example to .env. Change the parameters in the .env to your GSA OAuth API keys as shown on your API settings page.

Command line installation

Now we need to run a couple commands. Navigate into the project root. We recommend using NodeJS v11.15.0 & NPM 6.7.0.

$ composer install

This project uses Gulp to build the assets. You can run it once with npm run production or for development purposes with npm run watch.

If you are deploying your code to your webserver, we suggest you run the following commands in the web root:

composer install --no-interaction --no-dev --prefer-dist
php artisan down
npm install --loglevel=error
npm run production
chown -R www-data:www-data ./*
php artisan up

Issues

If you experience any (security) issues, please contact [email protected].

License

The Community website is open-sourced software licensed under the MIT license.

community-website's People

Contributors

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