-
Notifications
You must be signed in to change notification settings - Fork 0
2. Environment
Rick Cogley edited this page Nov 26, 2024
·
7 revisions
開発環境について、必須とオプションについて何点か:
Denoはクロスプラットフォームで、WindowsでもMacでもOK。ここからインストール: https://deno.com
Windows だとこのように出来ると:
irm https://deno.land/install.ps1 | iex
LumeはDenoで開発され、Denoコマンドの、ローカルサーバーやlinterを使います。 https://lume.land/docs/overview/installation/ を読んでね。
新しいプロジェクトフォルダの中に次を実行すると、Lumeを使うに必要なファイルを作ってくれる:
deno run -A https://lume.land/init.ts
VSCodeはマイクロソフト社のテキストエディタで、ここからインストール: https://code.visualstudio.com/
VSCodeのExtensionも幾つかインストールした方が良い。各ExtensionにIdがあるので、これら検索してインストールしてね:
- denoland.vscode-deno
- laurencebahiirwa.deno-std-lib-snippets
- sleistner.vscode-fileutils
- file-icons.file-icons
- oscarotero.vento-syntax
- redhat.vscode-yaml
- YoavBls.pretty-ts-errors
- ecmel.vscode-html-css
良くデザインされている日本語もOKなプログラマー用フォント、
- Ricty: https://github.com/hakatashi/RictyDiminished-with-FiraCode
- Moralerspace: https://github.com/yuru7/moralerspace
- 私、最近こちら。元々Githubの人が作った面白い英語フォント「Monaspace」 と、IBM製作IBM Plex Sans JPのモダンな日本語フォントを混ぜたもの。作った人のリリースページからDL出来る。MoralerspaceJPDOC_vx.x.x.zip は一般文書、MoralerspaceNF_vx.x.x.zip はVSCodeやターミナルで使っている。