Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 969 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 969 Bytes

Brown Bag

URL: https://homata.github.io/brownbag/

店舗のランチマップをアプリです。
誰でも触れるように、シンプルなJSで記述してます。

使用ツール

Getting Started

  • Install Nodejs from Nodejs Official Page
  • Open your terminal
  • Navigate to the project
  • Run npm install or yarn install if you use Yarn
  • Run npm run dev or yarn serve to start a local development server
  • A new tab will be opened in your browser

You can also run additional npm tasks such as

  • npm run deploy push to send it to the gh-pages branch on GitHub.

Compiles and hot-reloads for development

  • npm run serve

Licensing