Skip to content

o0x/linkedup

 
 

Repository files navigation

An open professional network.

Build Status

Gitpod Ready-to-Code

Demo

Install the required Node modules (only needed the first time).

npm install

Start the replica, then build and install the canisters.

dfx start --background
dfx build
dfx canister install --all

Open the canister frontend in your web browser.

ID=$(xxd -u -p canisters/linkedup/_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

  • CSS 29.8%
  • JavaScript 29.7%
  • HTML 14.0%
  • Modelica 13.3%
  • Python 12.0%
  • Dockerfile 1.0%
  • Shell 0.2%