satler-git / dhugo

Daihugo with electron and next.js.
MIT License
1 stars 0 forks source link

環境構築 #9

Closed satler-git closed 9 months ago

satler-git commented 9 months ago

事前に必要なもの

Node.jsをインストール

公式ページからLTS版をダウンロードしてインストール

justをインストール

justのgithubのReleaseからwindws用をダウンロードして(windowsなら)解凍、パスを通す。

リポジトリをクローン

適当なディレクトリで

git clone https://github.com/satler-git/dhugo.git

を実行。

パッケージをインストール

cd dhugo
just setup

を実行。

code .

を実行するとVScodeが起動する。

7