Getting started
Installation
Create your project
1. Navigate to your project folder
Open terminal and navigate to your project folder:
cd path/to/your/ivy/project
2. Download ivy files
Use Composer to create a new project with ivy:
composer create-project joepdooper/ivy .
3. Set up the database
Create a database for ivy and import the provided ivy.sql file:
mysql -u your_database_username -p your_database_name < ivy.sql
Rename the example.env file to .env and update it with your database credentials.