Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efiand/mishka
Проект «Мишка» от HTML Academy
https://github.com/efiand/mishka
a11y bem esbuild eslint favicons gulp htmlacademy mentorship-programme mobile-first pixelperfect posthtml progressive-enhancement retinal-images sprite stylelint vanilla-js w3c-validation webp yandex-maps
Last synced: about 1 month ago
JSON representation
Проект «Мишка» от HTML Academy
- Host: GitHub
- URL: https://github.com/efiand/mishka
- Owner: efiand
- Created: 2022-11-26T12:03:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T13:53:37.000Z (over 1 year ago)
- Last Synced: 2024-07-30T18:57:13.086Z (5 months ago)
- Topics: a11y, bem, esbuild, eslint, favicons, gulp, htmlacademy, mentorship-programme, mobile-first, pixelperfect, posthtml, progressive-enhancement, retinal-images, sprite, stylelint, vanilla-js, w3c-validation, webp, yandex-maps
- Language: SCSS
- Homepage: https://efiand.github.io/mishka/
- Size: 10.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mishka
Проект «Мишка» от HTML Academy
[Опубликованная версия](https://efiand.github.io/mishka/).
## Инструкция по применению
### Установка модулей
```bash
npm ci
```### Сборка проекта в папку build
```bash
npm run build
```### Запуск в режиме разработки
```bash
npm run dev
```### Запуск линтеров и валидаторов
```bash
npm run lint
```