このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
ObsidianBlk
/
nespaint
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
A pixel art painter geared specifically at NES pixel art. Includes export for .chr binary file as well as palette and namespace data.
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
166
コミット
4
ブランチ
ブランチ:
dev-bank
dev
dev-bank
dev-tmpl
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'dev-bank' から
${ noResults }
nespaint
/
start.sh
start.sh
67B
Raw
パーマリンク
通常表示
履歴
Server now uses environment variables to get port and SSL values. HTTPS is now an option. Small starter bash script included.
5年前
Switching from a pure css file to a dynamically generated sass -> css. Server will watch for sass file changes and update as needed. Path app/css/nespaint.css is now ignored as it's generated at start if missing.
5年前
Server now uses environment variables to get port and SSL values. HTTPS is now an option. Small starter bash script included.
5年前
1
2
3
4
5
6
#!/bin/bash
export FORCECSSREGEN=true
export NESPORT=8000
node .