- clone this repository
git clone https://github.com/fadhil-riyanto/jujurCBT.git
- change working directory
cd jujurCBT
- make sure mariadb installed and running by type
sudo systemctl status mariadb
or run mariadbsudo systemctl start mariadb
- change .env.example database section with your own credential used in mariadb
- run
composer install
to install needed dependencies - run
npm install
to install vite, etc - run
npm run dev
to build static files etc ornpx vite build
to build the files - run migration
php artisan migrate
to create needed table on the selected database - run server
php artisan serve
to run development server
note: make sure you have npm installed
Contributions are welcome, if you have any issue, just open new issue.
GPL-2.0 license