Skip to content

selelab/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

公式サイトのソースコード

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published