Skip to content
Snippets Groups Projects
Select Git revision
  • 4859c48774d1e40d694a2564a2746e45bc402839
  • master default protected
  • schwifi
  • eckbalu-master-patch-41181
  • halof
  • our-team
  • 0.12.9 protected
  • 0.12.8 protected
  • 0.12.7 protected
  • 0.12.6 protected
  • 0.12.5 protected
  • 0.12.4 protected
  • 0.12.3 protected
  • 0.12.2 protected
  • 0.12.1 protected
  • 0.12.0 protected
  • 0.11.5 protected
  • 0.11.4 protected
  • 0.11.3 protected
  • 0.11.2 protected
  • 0.11.1 protected
  • 0.11.0 protected
  • 0.10.6 protected
  • 0.10.5 protected
  • 0.10.4 protected
  • 0.10.3 protected
26 results

README.md

Blame
  • Rafael Laszlo's avatar
    Rafael László authored
    Former-commit-id: 1cd4f9aa5dd463fde606c59d15bf47c336e7505e
    6cd75058
    History

    Website

    This website is built using Docusaurus 2, a modern static website generator.

    Installation

    $ yarn

    Local Development

    $ yarn start

    This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

    Build

    $ yarn build

    This command generates static content into the build directory and can be served using any static contents hosting service.

    Deployment

    Using SSH:

    $ USE_SSH=true yarn deploy

    Not using SSH:

    $ GIT_USER=<Your GitHub username> yarn deploy

    If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.