Skip to content
View temannin's full-sized avatar

Block or report temannin

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tylo tylo Public

    A Trello clone with Ruby on Rails backend + React frontend

    TypeScript

  2. Install GH on Ubuntu Install GH on Ubuntu
    1
    (type -p wget >/dev/null || (sudo apt update && sudo apt-get install wget -y)) \
    2
    && sudo mkdir -p -m 755 /etc/apt/keyrings \
    3
    && wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null \
    4
    && sudo chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg \
    5
    && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
  3. react-drag react-drag Public

    A drag-and-drop library for React

    TypeScript