Skip to content

n2o/blog

Repository files navigation

blog

Deploy with Vercel

Build a blog using "Clojure on node.js" nbb, with reactjs for your components. Generates static HTML files.

Development

This project requires nbb for interactive development. For "I know what I am doing and I don't need a REPL"-development, you can just build the project using yarn.

Dependencies

Install dev dependencies with:

yarn

Tailwind

Start tailwindcss:

yarn tailwind:watch

Deployment

This build produces the HTML-files and generates then the CSS from the output:

yarn build