Skip to content

VectorInstitute/article-template

Repository files navigation

AI Engineering article template

Welcome to the AI Engineering article template! This template is designed to help you write blog posts for AI Engineering projects. It is based on the Distill.pub format, which is a great way to write articles that are both beautiful and interactive. Some helpful links to provide context on writing great distill articles are provided below:

  1. Distill guide
  2. Communicating with Interactive Articles

Setup

How to set up for local editing:

Clone repo

    [email protected]:VectorInstitute/article-template.git

Install node dependencies

    cd article-template
    npm install

Run development server

    npm run dev

Then view at http://localhost:8080.

Publishing

The article should automatically be published via github pages. There is a github action workflow that will build the article and publish it.

Releases

No releases published

Packages

No packages published