No description
|
Some checks failed
Linting and type checking Silo Frontend / Linting and type checking Silo Frontend (push) Has been cancelled
Reviewed-on: #1 |
||
|---|---|---|
| .env | ||
| .github | ||
| .vscode | ||
| docker | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| .nvmrc | ||
| .prettierrc.js | ||
| .yarnrc.yml | ||
| docker-compose.yml | ||
| eslint.config.mjs | ||
| lint-staged.config.js | ||
| next.config.ts | ||
| package.json | ||
| panda.config.ts | ||
| postcss.config.cjs | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
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
Useful Links
Next caching issue: https://github.com/vercel/next.js/issues/56018
Authors
- Thomas Sauter (thomas.sauter@arpia.ch)