mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
Building, transpiling and running the project
Project uses Hugo build-in pipes to transpile and minify assets.
Pre-requisites:
- Dart Sass
Install Dart Sass
You can download a package for your OS from Sass github and add it to your PATH.
Don't forget to restart your terminal after adding Dart Sass to your PATH.
Troubleshooting
Run the following commands:
hugo env | grep "dart-sass"
sass --embedded --version
And check that both commands output the same version of Dart Sass. If not, you may have several versions of Dart Sass installed on your system.
Don't forget to restart your terminal after adding Dart Sass to your PATH.
Don't use node-sass, it's incompatible.