- Create a .env file in the root directory of the project folder.
- Copy & paste Key-value pairs from the .env.example file
- Create a new database schema named: 'insta_mini' in your MySQL Database
- Update values in the .env file based on your own MySQL db connection string
- Run following set of commands from the root directory of the project folder:
- yarn install
- yarn dev