Skip to content

dev-to-geek/dagobah

Repository files navigation

Dagobah

"Do or do not. There is no try" Yoda

Clone repository

[email protected]:Athomos-Github/dagobah.git

Install composer packages

docker run --rm --interactive --tty --volume $PWD:/app composer install --ignore-platform-reqs

Install node components

npm install

Forge your .env file

cp .env.example .env

Happy coding

sail up -d
npm run dev