KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
code-connect-demo
★ 14
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
prostNfound
:
Prostate cancer detection from ultrasound using foundation models and domain knowledge
wave-function-collapse-ruby
:
Tiled Wave Function Collapse model implemented in Ruby and rendered using Gosu
GCN-CIS
:
No description available.
GKR-MSM
:
No description available.
Multiple-Object-Tracking-system
:
系统支持:多目标实时跟踪,上传视频跟踪、视频管理、目标计数、跟踪截图报告、跟踪结果下载、远程域名访问。 多目标跟踪算法检测部分是:YOLOv8。数据关联部分:重新设计的一个算法。系统框架:Django。系统做了内网穿透支持远程域名访问。视频实时推流:重新写了一个视频推流方法,延迟能做到300ms左右,基本能满足实时跟踪,偶尔会出现掉帧现象。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
code-connect-demo
?
Download (.md)
# Code Connect Demo Barebones React demo of Figma's [Code Connect](https://github.com/figma/code-connect). ## Codebase setup - `npm i` to install dependencies - `npm run app:dev` will run server at [localhost:8000](http://localhost:8000) which renders contents of [App.tsx](src/App.tsx). ## Figma file and Code Connect prep - Duplicate [this file](https://www.figma.com/community/file/1367910052286562243) and get the file key from the duplicated file url. - In this repository, find all `SS2xN8AagXT0ofpo8PNIp9` and replace with the new file's file key. - `npx figma connect publish --token <your-token>` to publish the existing docs ### Optional: env tokens - Create a `.env` file in the root of the project (file is git ignored) - Put the contents `FIGMA_ACCESS_TOKEN=fig_yourtoken` in the file and save - You'll no longer need to append `--token <your-token>` to the connect commands. - The one caveat is that currently you'll always need to run figma connect from the root. - Running figma connect from a sub directory (like `./src/ui`) will not find the token. - This is a bug and should be fixed soon.