Make a directory and navigate to it:
mkdir my-site-name
cd my-site-nameClone the freelanceaber repository:
git clone https://github.com/scottsweb/freelanceaber.git .Install dependencies:
npm installRun Eleventy for site development. View the site at http://localhost:8080:
npm run devGenerate a production-ready build to the dist folder:
npm run buildTo use Front Matter CMS, install VSCodium or Visual Studio Code and enable the extension (if it doesn’t enable automatically). It will open each time you launch your project.