- PHP v8.0 with sqlite extension
- Symfony CLI (https://symfony.com/download)
- Composer (https://getcomposer.org/download/)
- Node JS v14
Run these commands to install the project.
# you may change the last argument to an appropriate folder
git clone [email protected]:windoo/interview-template.git ~/windoo-interview
cd ~/windoo-interview
composer install
npm install
Run these two commands in two separated terminals.
symfony serve
npm run watch
You can now access your website on https://127.0.0.1:8000.