/
Maia
/
Chat
Обзор
Документация
Войти
/
Maia
/
Chat
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Makefile
20 строк
249 B
Maia Kulieva
fix makefile
25 май 2024, 13:59
25 май 2024, 13:59
ab829f1
Код
Авторство
О чём код?
lint-frontend: make -C frontend lint install: npm ci start-frontend: make -C frontend start start-backend: npx start-server -s ./frontend/build start: make start-backend run: make start-backend & make start-frontend build: npm run build