Code Monkey home page Code Monkey logo

modulesite's Introduction

Module Showcase Website

Keeping track of Terasology's modules since 2019.

Gitpod Ready-to-Code status License GitHub issues


About   Setup   Testing   Contributing


About The Project

Terasology’s basic engine can be extended by a huge amount (201 right now!) of modules. Keeping track of them is not the easiest task. This is why this gatsby framework provides an automated generator for a website, listing all of them. This showcase website will increase discoverability by allowing to filter and search for modules by keywords and categories.


Built With

The following generator is built using the following software, you'll need them installed in your workspace to run properly.


Setup

The generator uses node and backend framework and yarn as a pack manager.

  • Fork the repository
  • Clone the repository git clone forked-repository-link
  • Navigate inside the repository cd ModuleSite
  • Install the dependencies ( yarn is recommended ) yarn

Testing

You can test the website locally using gatsby develop or you can deploy the site to GitHub Pages or Render using the deploy scripts present in the scripts directory via NodeJs.


Contributing

To add a new feature or fix a bug follow the steps -

  • Make sure your local workspace is up-to-date with the main repository.
    • Add the original repository as upstream in you local git remote git remote add upstream https://github.com/MovingBlocks/ModuleSite.io
    • Fetch the latest code git fetch upstream
    • Checkout to your local master branch git checkout master
    • Merge changes from upstream/master to sync git merge upstream/master
  • Create a new branch to work on the new feature or bug via the updated master branch git checkout -b "branch_name"
  • Work on feature/bug and stage all the files to commit it on that branch git add . > git commit -m "Commit Message"
  • Push the branch to your fork git push -u origin branch_name
  • Create a pull request.

Contributors

A list of contributors can be found here.

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.