irc.freenode.net
Suggested clients:
Join the
#drupal-pnw
and
#drupal-twig
and
#drupal-contribute
channels.
Install a local development stack.
Drupal developer's suggest the Acquia Dev Desktop, which has installers for both Windows and Mac. Follow the Drupal Ladder instructions. (video)
Other suggestions:
Create 3 development sites with 3 databases. For simplicity I recommend:
d8.dev
with a d8
database to do your development againstd8clean.dev
with a d8clean
database to compare your conversion code against the latest core.d8twig.dev
with a d8twig
database to review the twig sandbox code.Clone Drupal 8 and D8 Twig Sandbox with git:
(run these commands from within your respective web directories)
D8 Twig sandbox webroot:
git clone --recursive --branch 8.x http://git.drupal.org/project/drupal.git your/d8/webroot/path cd your/d8/webroot/path
D8 Twig sandbox webroot:
git clone --branch front-end http://git.drupal.org/sandbox/pixelmord/1750250.git your/d8twig/webroot/path cd your/d8twig/webroot/path
c4rl
Twig Documentation
Other inititives
dries
)webchick
)xjm
)Referenced from: http://core.drupalofficehours.org/sprint