Skip to content

IKS-org/IKS-org.github.io

Repository files navigation

IKS-org.github.io

Next.jsを用いたIKSのGitHub Pages

開発環境の構築

  1. Install Node
    こちらを参照の上、OSに応じた方法でインストールする
    ※Windowsの場合はWSL上にダウンロードしてください。cmd.exeの都合上、現在の設定ではLinterが動きません。
  2. Install yarn
    # 管理者権限で実行
    npm -g install yarn
  3. Clone Repository
    git clone [email protected]:IKS-org/IKS-org.github.io.git
  4. Install packages
    yarn install && yarn prepare
  5. Build
    以下のコマンドで./outディレクトリに静的HTMLがエクスポートされる
    yarn build && yarn export
    開発のためにサーバを立ち上げるだけの場合は、以下のように実行する
    実行後、https://localhost:3000/ にアクセス
    yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published