The personal project for tracking investment statistics
git clone git@github.com:simba77/invest-stat-symfony.git invest-stat.loc
cd invest-stat.loc
composer installCopy the .env file and change the database connection settings
cp .env .env.localnpm installnpm run buildFor development mode, use the command
npm run dev