# IOTX Landing

# Setup
```
composer install
```
OR
```
composer require vlucas/phpdotenv
```

# Create .env file
```
cp .env.example .env
```

# Server config
Make sure to point to the public directory of your installation.