Skip to content
Snippets Groups Projects
Select Git revision
  • a36f81e05fd51be133d7a5dacde6184cd9792100
  • release default
  • master protected
  • feature/xx-4717/logLevel
  • XX-4626/SingleUsePackage
  • josh/DmPackage
  • xx-4437/no-registration
  • feature/project/DM
  • project/channels
  • feature/ctidh
  • Jakub/rootless-CI
  • jono/wasmDemo
  • feature/XX-4108/updateProtoc
  • feature/hotfix/unsafe_send_to_self
  • Anne/OldSessionTesting
  • hotfix/groupChat
  • josh/groupCreationScript
  • feature/XX-3797/restore
  • feature/XX-3789/DeleteIndividualRequests
  • dev
  • feature/debugSendCMIX
21 results

basice2e

  • Clone with SSH
  • Clone with HTTPS
  • Website

    This website is built using Docusaurus, 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.