What I know about about getting the Example Eleventy Course project up and running:
- You need to follow the code commands mentioned in the video and write them in the console
- In order to start eleventy you use “npm start” command after eleventy is installed
- You can play around with brunches using the “git checkout ‘name of the brunch’ ” etc
- you can commit changes and push it live to git hub after you sync your github account
- You need to use command “control+C” to stop serving
What I want to learn more deeply or need more information about:
- I would like to learn how to use conditions and variables, utilize JAVAScript
- How to create merge branches together and what are the complications of it
- More commands of eleventy to enable me to build complex layouts