Go to file
Klotske 1b060c185b Sync 2022-08-09 19:13:22 +00:00
components Sync 2022-08-09 19:13:22 +00:00
lib/FlowEditor NO NODES???? 2022-07-15 09:13:22 +03:00
pages Flow Prototype 2022-07-14 17:50:12 +00:00
public Add landscape mode 2022-07-15 06:15:58 +00:00
styles Grey color 2022-07-15 06:08:43 +03:00
.eslintrc.json Work on flow editor 2022-07-14 22:11:55 +00:00
.gitignore Add tailwind & prettier 2022-07-14 13:11:58 +00:00
README.md Changed repo to suit Asteri 2022-07-14 12:45:42 +00:00
next-env.d.ts Initial commit from Create Next App 2022-07-14 12:27:44 +00:00
next.config.js Initial commit from Create Next App 2022-07-14 12:27:44 +00:00
package-lock.json Work on flow editor 2022-07-14 22:11:55 +00:00
package.json Work on flow editor 2022-07-14 22:11:55 +00:00
postcss.config.js Add tailwind & prettier 2022-07-14 13:11:58 +00:00
tailwind.config.js Grey color 2022-07-15 06:08:43 +03:00
tsconfig.json Initial commit from Create Next App 2022-07-14 12:27:44 +00:00

README.md

Репозиторий команды Asteri

This app uses next-pwa to create a progressive web app (PWA) powered by Workbox.

Как использовать

# Режим разработки
npm run dev
# Генерация статических файлов
npm run build
# Запуск в продакшен
nmp run start