"Do or do not. There is no try" Yoda
[email protected]:Athomos-Github/dagobah.git
docker run --rm --interactive --tty --volume $PWD:/app composer install --ignore-platform-reqs
npm install
cp .env.example .env
sail up -d
npm run dev
"Do or do not. There is no try" Yoda
[email protected]:Athomos-Github/dagobah.git
docker run --rm --interactive --tty --volume $PWD:/app composer install --ignore-platform-reqs
npm install
cp .env.example .env
sail up -d
npm run dev