Skip to content

Commit

Permalink
Merge pull request #2 from zapal-tech/feat/blurhash-placeholder
Browse files Browse the repository at this point in the history
Blurhash placeholder plugin integration
  • Loading branch information
BohdanK-W32 authored Oct 23, 2023
2 parents e921b9d + 579cd6c commit 0db5813
Show file tree
Hide file tree
Showing 14 changed files with 414 additions and 10,253 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit ${1}
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
2 changes: 1 addition & 1 deletion .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"*.{ts,tsx,js,jsx}": ["prettier --write", "eslint --fix"],
"*.{ts,tsx,js,jsx}": ["prettier --write"],
"*.{json,html,md}": ["prettier --write"]
}
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18-alpine as base
FROM node:18.18-bookworm-slim as base

FROM base as builder

Expand All @@ -7,6 +7,7 @@ COPY package*.json ./
COPY .env.vault ./

COPY . .
ENV npm_config_libc=glibc
RUN npm ci --legacy-peer-deps
RUN npm run build

Expand All @@ -20,6 +21,7 @@ WORKDIR /app
COPY package*.json ./
COPY .env.vault ./

ENV npm_config_libc=glibc
RUN npm ci --legacy-peer-deps
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/build ./build
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

[![](/github-banner.jpg)](https://www.zapal.tech)

Welcome to the Zapal website repository! Zapal's front website is more than just a digital presence; it's a reflection
of our unique style, core team, vision, mission, and the high-quality services we provide. This repository contains all
the code and assets used to build and maintain front-end part of our website.
Welcome to the Zapal CMS repository! Zapal's front website is more than just a digital presence; it's a reflection of
our unique style, core team, vision, mission, and the high-quality services we provide. So here is the our CMS in place,
helping us to keep our website up-to-date and relevant!

This repository contains all the code and assets used to build and maintain back-end (CMS) part of our website.

## 🚀 Live website

Expand Down
Binary file removed github-banner.jpg
Binary file not shown.
Loading

0 comments on commit 0db5813

Please sign in to comment.