Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Latest commit

 

History

History
45 lines (33 loc) · 1016 Bytes

File metadata and controls

45 lines (33 loc) · 1016 Bytes

selelab/web

CI

エレラボ公式サイトのソースコード

環境構築

node.jsをインストールします。

Macの場合

brew install node

Windowsの場合

以下からダウンロードします。
https://nodejs.org/ja/download/

yarnをインストールします。

npm install -g yarn

依存関係を解決します。

yarn install

ローカル用のサーバーを立ち上げます。

yarn start

以下のように表示されたら成功です。指示の通りブラウザで http://localhost:3000 へアクセスしましょう。

Compiled successfully!

You can now view selelab_web in the browser.

  Local:            http://localhost:3000
  On Your Network:  http://<your LAN address>:3000

Note that the development build is not optimized.
To create a production build, use yarn build.