From a1eab10e0d1676d1812c6271e6debd028e9c91b1 Mon Sep 17 00:00:00 2001 From: Ignat Karelov Date: Wed, 22 Apr 2026 20:45:50 +0300 Subject: [PATCH] chore: added readme file --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7084bbf --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# olimparena + +Вёрстка проекта с использованием SCSS, PostCSS и npm-скриптов. +Проект собирает основной CSS из `assets/scss/main.scss` в `assets/css/main.css`, а затем минифицирует его в `assets/css/main.min.css`. :contentReference[oaicite:0]{index=0} + +## Стек + +- SCSS +- PostCSS +- Autoprefixer +- cssnano +- npm-run-all + +Используемые dev-зависимости указаны в `package.json`: `sass`, `postcss`, `postcss-cli`, `autoprefixer`, `cssnano`, `npm-run-all`. :contentReference[oaicite:1]{index=1} + +## Установка + +```bash +npm install \ No newline at end of file