This is the source code for the website of bashkim.com.
You can install the application on your local system:
git checkout [email protected]:bashaus/bashkim-com.git
cp .env.example .env # edit this file
yarn
Run the main website in development mode:
yarn dev