niisan-tokyo / marjang-score

saving marjang score and interesting matches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install

マニュアルサイトにある

curl -s https://laravel.build/example-app | bash

は、windowsでそのまま使えんかったので、以下の方法でインストール

docker run --rm -v C:/my/projects:/opt -w /opt laravelsail/php81-composer:latest  bash -c "laravel new roxxmarjang3 && cd roxxmarjang3 && php ./artisan sail:install --with=mysql,redis,meilisearch,mailhog,selenium --devcontainer"

laravel入りのコンテナの名前が変わる可能性あるので、あまりいいものではないけど。

終わったら.devcontainer作られているので、VSCでコンテナに入る。

About

saving marjang score and interesting matches

License:MIT License


Languages

Language:PHP 79.3%Language:Blade 16.0%Language:Dockerfile 3.6%Language:Shell 1.1%