No description
Find a file
aloxlamm 56ba841b33
Some checks failed
Linting and type checking Silo Frontend / Linting and type checking Silo Frontend (push) Has been cancelled
Merge pull request 'testing' (#1) from dev into main
Reviewed-on: #1
2025-07-24 22:18:18 +00:00
.env first commit 2025-07-25 00:14:58 +02:00
.github first commit 2025-07-25 00:14:58 +02:00
.vscode first commit 2025-07-25 00:14:58 +02:00
docker first commit 2025-07-25 00:14:58 +02:00
src testing 2025-07-25 00:17:55 +02:00
.dockerignore first commit 2025-07-25 00:14:58 +02:00
.gitignore first commit 2025-07-25 00:14:58 +02:00
.nvmrc first commit 2025-07-25 00:14:58 +02:00
.prettierrc.js first commit 2025-07-25 00:14:58 +02:00
.yarnrc.yml first commit 2025-07-25 00:14:58 +02:00
docker-compose.yml first commit 2025-07-25 00:14:58 +02:00
eslint.config.mjs first commit 2025-07-25 00:14:58 +02:00
lint-staged.config.js first commit 2025-07-25 00:14:58 +02:00
next.config.ts first commit 2025-07-25 00:14:58 +02:00
package.json first commit 2025-07-25 00:14:58 +02:00
panda.config.ts first commit 2025-07-25 00:14:58 +02:00
postcss.config.cjs first commit 2025-07-25 00:14:58 +02:00
README.md update 2025-07-25 00:17:01 +02:00
tsconfig.json first commit 2025-07-25 00:14:58 +02:00
yarn.lock first commit 2025-07-25 00:14:58 +02:00

Silo Frontend

Docker

Build the container

To build the container (against production strapi atm) run:

Silo (dev, 1.0.0)

docker build -f ./docker/Dockerfile \
  --progress=plain \
  -t silo-fe .

docker tag silo-fe:latest git.dmz.thomassauter.com/thomas/silo-fe:v1.0.0
docker push git.dmz.thomassauter.com/thomas/silo-fe:v1.0.0

Documentation

Figma

https://www.figma.com/file/BZzTKXg7n4kQKNdQwauYQb/2023-12-24_silo?node-id=1086%3A3332&mode=dev

Icons

https://lucide.dev/icons/?search=loa

Next caching issue: https://github.com/vercel/next.js/issues/56018

Authors

test