- Clone this repository
- Duplicate the
.env.example, name it.envand enter the deets (db_user, db_pass, db_name) - run
npm install - run
composer install - Verify the project integrity and then run
npm run watch - Update the origin remote to a repository for your project
- In your cli run
sake dev/build - In your cli run
composer vendor-expose - You're all set!
When going live make sure to remove the robots.txt file and remove the robots meta tag
For info on using the basic maintenance page (Useful during deploys) go here Maintenance docs