- Node.js 12.22.0+
git clone https://github.com/Studio-Yandex-Practicum/lubimovka_frontend.git
cd lubimovka_frontend
npm install
npm run dev
Приложение запустится по адресу: http://localhost:3000
npm run build
NEXT_PUBLIC_MOCKS
– boolean, включает моки;BASE_URL
;API_BASE_URL
;
Как добавить переменную окружения локально?
npm run lint:js
npm run lint:css
npm run type-check
npm run storybook
Storybook запустится по адресу: http://localhost:3001
npm run update-typings
npm run update-git-hooks