Skip to content

gfx-labs/portal-bridge-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Folder structure

Portal Bridge with Connect widget

Portal Bridge documentation

Run Github Actions Locally with Act

see https://nektosact.com/installation/index.html

All

export GITHUB_TOKEN=#your github token

act --artifact-server-path /tmp/act-artifacts -W .github/workflows/preview.yml pull_request -s GITHUB_TOKEN=${GITHUB_TOKEN} -P=xlabs-large-runner=catthehacker/ubuntu:act-latest --container-options "--memory=10G"

advanced-tools job

export GITHUB_TOKEN=#your github token

act --artifact-server-path /tmp/act-artifacts -W .github/workflows/preview.yml pull_request -j advanced-tools  -s GITHUB_TOKEN=${GITHUB_TOKEN} -P=xlabs-large-runner=catthehacker/ubuntu:act-latest --container-options "--memory=12g"

redirects job

act --artifact-server-path /tmp/act-artifacts -W .github/workflows/preview.yml pull_request -j redirects

usdc-bridge job

act --artifact-server-path /tmp/act-artifacts -W .github/workflows/preview.yml pull_request -j usdc-bridge -s GITHUB_TOKEN=${GITHUB_TOKEN} 

token-bridge job

act --artifact-server-path /tmp/act-artifacts -W .github/workflows/preview.yml pull_request -j token-bridge -s GITHUB_TOKEN=${GITHUB_TOKEN} 

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 82.4%
  • MDX 7.3%
  • JavaScript 4.5%
  • HTML 2.1%
  • CSS 1.8%
  • Makefile 0.9%
  • Other 1.0%