Skip to content

Latest commit

 

History

History
executable file
·
15 lines (8 loc) · 292 Bytes

File metadata and controls

executable file
·
15 lines (8 loc) · 292 Bytes

craftcms-docker-boilerplate

1 Install dependencies:

$ npm install

2 Start docker:

$ npm run serve

3 Wait for it to finish, then compose and setup craft:

$ npm run setup

4 Visit http://localhost:8080/admin to sync project.yaml and finish setup.