Getting started

  • Less than 1 minute to read

Make a directory and navigate to it:

mkdir my-site-name
cd my-site-name

Clone the freelanceaber repository:

git clone https://github.com/scottsweb/freelanceaber.git .

Install dependencies:

npm install

Run Eleventy for site development. View the site at http://localhost:8080:

npm run dev

Generate a production-ready build to the dist folder:

npm run build

To 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.