Git Product home page Git Product logo

dataversecommunity.global's Introduction

This GitHub project hosts the sources from which the GDCC website at https://www.gdcc.io is built. Builds are automated and any commited changes will be released by automation.

You can do smaller edits using the GitHub integrated web editor for files and change the Markdown based content. For larger changes, we recommend working with a local setup, also allowing to preview your changes. See below for a tutorial how to start your local setup.

Prepare your environment

First, install Python 3.9 (or later).

Additionally, you need to install poetry >= 1.2.0, either globally, or within an environment of your choice. As a project, we chose poetry to manage our dependencies, builds, and deposits as a state of the art solution within the Python ecosystem.

Get the source code

Next, you need to obtain a version of the website "source code".

You can either download it as a zipped package or clone the whole Git repository. You can clone the repository and enter the project directory as follows:

git clone https://github.com/gdcc/www.gdcc.io.git
cd www.gdcc.io

Build the website for preview

To build the website in your poetry environment, run the following commands from the project root:

poetry install
poetry run task docs-build

On Linux you can use xdg-open, on Mac open to see the built output in your browser:

xdg-open build/html/index.html

Or use sphinx-autobuild to enable a self-updating preview service:

poetry install
poetry run task docs-live

The page will automatically be opened for you in a browser window or tab. Note: enabling auto-reload without user interaction requires you to install the "LiveReload" extension for your browser.

dataversecommunity.global's People

Contributors

philippconzett avatar pdurbin avatar poikilotherm avatar jp-tosca avatar qqmyers avatar jr-1991 avatar kmika11 avatar

Stargazers

 avatar

Watchers

 avatar Lucian avatar  avatar  avatar Don Sizemore avatar

Forkers

jr-1991 tsikada

dataversecommunity.global's Issues

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.