You are looking at the official website code repository at dude.fi.
According to our handbook, you should have run createproject --existing, inital setup by now.
If you need help, ask your superviser or go back to dudestack-instructions / Dude handbook and read what you have do.
Clone this repo and set it up manually or run:
createproject --existingThen:
cd /var/www/dude
composer installInstall theme dependencies and run dev server:
cd /var/www/dude/content/themes/dude
nvm use
npm install
npm run devYou can see the rest of the tasks in package.json.
