This project forms the starting point for the Origami tutorial that walks you through building a simple blog.
This repository provides just a few files as a head start.
If you'd prefer to create every file by hand to confirm there's no magic involved, make your own project folder and inside that create:
- a
package.jsonfile like the one here - an empty
srcfolder - a
markdownfolder with some sample blog post files like those in themarkdownfolder here
Then use a currently-maintained version of Node.js (v20 or later) to install Origami with:
$ npm install