Ask, reply and learn. Join the community of Akaunting.
Hi,
I did follow the step of installation from Github:
Install Composer and Npm
Clone the repository: git clone https://github.com/akaunting/akaunting.git
Install dependencies: composer install ; npm install ; npm run dev
Install Akaunting:
php artisan install --db-name="akaunting" --db-username="root" --db-password="pass" --admin-email="[email protected]" --admin-password="123456"
Create sample data (optional): php artisan sample-data:seed
But i want to build for production so `npm run dev` is not suitable. I did try `npm run build` or `npm run production` but i always have an error.
How to build the assets for production ?
Hello,
It works fine for me but you can use the stable version instead:
https://akaunting.com/download
Regards
Showing 1 to 2 of 2 discussions