- Clone the repository
- Install the dependencies
- Run the application
git clone git@github.com:karakhanyans/calctek.git
cd calctek
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
npm install
npm run dev # or npm run build
php artisan serve