taichi934 / minna-formulas

Web service like social media which everyone can share their own mathematical formulas
0 stars 0 forks source link

みんなの公式

みんなで様々な数式を共有することができるwebアプリケーション

まず初めに


$ git init                   // 作業ディレクトリで。gitで管理できるようにする。
$ git clone リポジトリのURL    // 作業ディレクトリにプロジェクト内のフォルダ全てをダウンロード
$ npm install                // package.jsonに記載されているモジュールをインストール