Skip to content

Tsutomu-Ikeda/tomtsutom.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tomtsutom.com

CI

tomtsutomの個人的なページのソースコード

環境構築

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

    brew install node  # Macの場合
  • yarnをインストールします。

    npm install -g yarn
  • 依存関係を解決します。

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

    yarn start

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

    Compiled successfully!
    
    You can now view tomtsutom 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.