Hacker News new | ask | show | jobs
by ivansavz 1556 days ago
I'm interested, but would like to know the "stack" it is based on.

Is there a build script? I see SASS icon on the landing page, so there must be a build.

What CSS framework is it using (if any)?

1 comments

For the stack: - SCSS with some of my custom and persoal mixins

- Html Templating with handlebarjs

- ViteJS for the compiler

- Some build script to minify images, compress everything with the latest best practices.

- etc.