Go to file
Klotske d6f9f9cdf7 Visual work on Flow 2022-07-15 01:38:21 +00:00
components Visual work on Flow 2022-07-15 01:38:21 +00:00
lib/FlowEditor Add node prototype 2022-07-14 20:01:46 +00:00
pages Flow Prototype 2022-07-14 17:50:12 +00:00
public Add Icons 2022-07-14 15:41:15 +00:00
styles Visual work on Flow 2022-07-15 01:38:21 +00: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 Work on ui 2022-07-14 17:33:51 +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