Elf is an 11ty starter project developed by Moiety Studio.
Note: You’ll need node version 18 or higher. You can check if you have node by running node --version
.
- clone the repository
- navigate into the folder (ex:
cd elf
) - install the required materials:
npm install
- run the project:
npm start