Follow the steps below
git clone https://github.com/akash-mitra/webtheory.git
. This will create a new directory in your local machine named "webtheory". (If the above step does not work, try providing github username:password)cd webtheory
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan storage:link
mkdir -p public/storage/media
cp Fs6MxfFgtrVhGgulEVZ0THdb0CYOyrW5wIZW3sS9.png public/storage/media
Browse /admin/pages/create
valet secure
from within the webtheory directory.(Since currentlyn only front-end code, above steps are not needed. Once backend code is added, please enable them)
git add --all
git commit -m "commit comments"
git push
To bring new changes from the master
, git pull