Skip to content

factorlive/linkedup

 
 

Repository files navigation

An open professional network.

Build Status

Prerequisites

Demo

Build and run the container.

docker build --no-cache --tag dfinity-lab/linkedup .
docker run \
    --publish 8000:8000 \
    --volume `pwd`:/workspace \
    dfinity-lab/linkedup sh bootstrap.sh

Open the canister frontend in your web browser.

ID=$(xxd -p canisters/profile/_canister.id)
CRC=$(python2 -c "import crc8;h=crc8.crc8();h.update('$ID'.decode('hex'));print(h.hexdigest())")
xdg-open "http://127.0.0.1:8000/?canisterId=ic:$ID$CRC"

About

An open professional network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 32.9%
  • CSS 32.0%
  • HTML 15.0%
  • Modelica 14.3%
  • Shell 4.2%
  • TypeScript 1.6%