Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```