Skip to content

godotcommunity/discord

 
 

Repository files navigation

This repository contains the source code for our website discord.godot.community, which is built using Jekyll and hosted on GitHub Pages.

Getting Started

To view and contribute to the page, follow these steps:

  1. Clone the repository:

    git clone https://github.com/godotcommunity/discord.git
  2. Install Jekyll and other dependencies:

    gem install bundler jekyll
  3. Change into the project directory:

    cd discord
  4. Install the necessary gems:

    bundle install
  5. Build the site and start the Jekyll server:

    bundle exec jekyll serve

    The site will be available at http://localhost:4000.

Contributing

We welcome contributions to the page! If you would like to add your listing, make improvements, please follow these guidelines:

  1. Fork the repository.

  2. Create a new branch for your feature, changes, or bug fix:

    git checkout -b add-arstotzka-discord
  3. Make your changes and commit them:

    git commit -m "Adding Arstotzka discord server"
  4. Push your changes to your forked repository:

    git push origin add-arstotzka-discord
  5. Open a pull request against the main repository.

License

This project is licensed under the MIT License.

Contact

If you have any questions or suggestions, feel free to reach out to us at Twitter.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.4%
  • SCSS 47.7%
  • JavaScript 2.3%
  • Ruby 1.6%