Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 424 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 424 Bytes

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