Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 638 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 638 Bytes

aniforprez.dev

Developing the website

Requirements

This site uses zola. Follow the instructions for installing it to your platform of choice and run zola serve for the site to be served by default at 127.0.0.1:1111

This site also uses tailwind which requires npm and node. Install node and npm through your process of choice. I prefer asdf to manage node and, consequently, npm.

To serve the CSS files for development with Tailwind's JIT, run npm run dev. To build the CSS files for production, run npm run build