Skip to content

moiety-studio/elf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elf

Node.js CI status Dependency review status elf on mastodon

Elf is an 11ty starter project developed by Moiety Studio.

Install & run the project

Note: You’ll need node version 18 or higher. You can check if you have node by running node --version.

  1. clone the repository
  2. navigate into the folder (ex: cd elf)
  3. install the required materials: npm install
  4. run the project: npm start