Skip to content

hamochi/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 -u -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

  • Modelica 38.8%
  • CSS 22.6%
  • JavaScript 17.7%
  • HTML 10.6%
  • Python 9.0%
  • Dockerfile 1.2%
  • Shell 0.1%