三宮.dev ホームページ

三宮.dev LP

「三宮.devとはどんなコミュニティか?」を知ってもらうためのホームページです

How to start

非常にシンプルな構成なため、簡単に開発を始められます
HMRは無いので変更時は都度index.htmlを読み込み直してください

  1. clone repository
    $ git clone git@github.com:tessai9/sannomiya.dev-lp.git
    
  2. install dependencies
    $ npm install
    
  3. run scripts
    $ npm run build
    
  4. open index.html on your browser