KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
citraskey
★ 18
Open GitHub ↗
Misskey client for Nintendo 3DS
Download README (.md)
Explore Similar Repositories
citracer
:
💬 Trace citation chains for any concept across research papers and render them as an interactive graph.
CITransNet
:
Implementation of A Context-Integrated Transformer-Based Neural Network for Auction Design (ICML2022).
citra-glsl-shaders
:
Some modified glsl shaders for use with Citra
taufikcrisnawan
:
My Personal Website, built with Next.js and Tailwind CSS. Provided by Rizki M Citra
citram-python-api
:
Python wrapper of Consorcio de Transportes de Madrid API
// 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
citraskey
?
Download (.md)
# Citraskey Nintendo 3DSをターゲットとしたMisskeyの軽量Webクライアント ## 環境構築 1. uv のインストール https://docs.astral.sh/uv/getting-started/installation/ に従ってインストールします 2. 依存パッケージのインストール ・`uv sync` でパッケージをインストールします ・ImageMagickとlibrsvg2-binをインストールします<br> (Ubuntu/Debianの場合: `sudo apt install imagemagick-6.q16 librsvg2-bin`) 3. 起動 `uv run uvicorn app:asgi_app` ※リッスンポートは 環境変数 `PORT` で変更します ※Docker化は検討中