Go to file
Alexander Lazarenko bd19f1dc88
All checks were successful
release-tag / release-image (push) Successful in 2m20s
Add automated Docker image publishing workflow
Introduced a Gitea workflow to automate Docker image building and publishing upon push events. This setup includes QEMU configuration, DockerHub authentication, and multi-platform build support using Docker Buildx.
2025-05-20 20:20:42 +03:00
.gitea/workflows Add automated Docker image publishing workflow 2025-05-20 20:20:42 +03:00
public preview 2025-05-03 01:17:37 +03:00
src feat: Redesign route direction with media_order input 2025-05-20 16:59:57 +03:00
.env abstract urls 2025-04-11 19:24:45 +03:00
.eslintrc.cjs ~ disable no-explicit-any rule for ts in eslint config 2025-01-26 23:37:54 +03:00
.gitignore init refine app 2025-01-19 17:30:54 +03:00
.npmrc init refine app 2025-01-19 17:30:54 +03:00
compose.yaml added more types for media 2025-04-27 11:27:22 +03:00
Dockerfile fix: Fix Dockerfile for correct url response 2025-05-20 17:27:39 +03:00
index.html set up dynamic title for website 2025-02-21 17:19:36 +03:00
package-lock.json underline 2025-05-20 00:09:57 +03:00
package.json underline 2025-05-20 00:09:57 +03:00
README.MD update README file 2025-01-20 14:24:18 +03:00
svg.d.ts fetching data from api for route preview 2025-04-20 10:55:12 +03:00
tsconfig.json last changes 2025-05-14 14:42:45 +03:00
tsconfig.node.json added route preview with updated dnd 2025-04-16 13:51:44 +03:00
vercel.json ~ init vercel temporary config 2025-02-04 14:30:59 +03:00
vite.config.ts last changes 2025-05-14 14:42:45 +03:00
yarn.lock underline 2025-05-20 00:09:57 +03:00

white-nights

git clone https://github.com/bozzhik/white-nights.git && cd white-nights && pnpm i && code .

This Refine project was generated with create refine-app.

  • REST Data Provider Docs
  • Material UI Docs
  • React Router Docs
  • Custom Auth Provider Docs