We gettin' married. This site will set up all that people will need to know for the wedding.
The following need to be installed globally on your machine:
- Node
- nvm
- Netlify Dev
Navigate into your new site’s directory and start it up.
# use the right version of node
nvm use
# Install
./bin/install.sh
# Start
./bin/start.sh
The following commands could come in handy during development.
To install PHP dependencies locally, including WordPress plugins, you can use:
docker-compose exec wordpress composer install