You'll need to install Node.js (https://nodejs.org/en/download) and yarn if you haven't already. You can install yarn via npm too.
npm install --global yarn
Open your project and duplicate .env.example file as .env file and fill in all fields in it.
Open your project directory in Terminal/CMD and run the following syntax:
yarnyarn db-createyarn table-createyarn row-insertyarn dev