This project is an Eleventy static site generator project to build the Handyist website.
git clone git@github.com:stav/handyist.git
cd handyist
bun dev
[11ty] Server at http://localhost:8080/
bun run build
Then copy to the server.
- bun - JavaScript runtime.
- 11ty - Static site generator.
- tailwindcss - A utility-first CSS framework.
- concurrently - Run commands concurrently.