The personal project for tracking investment statistics
git clone [email protected]:simba77/invest-stat-symfony.git invest-stat.loc
cd invest-stat.loc
composer install
Copy the .env file and change the database connection settings
cp .env .env.local
npm install
npm run build
For development mode, use the command
npm run dev