A nextjs based framework to build websites under the design system of Logos
Go to file
amirhouieh 58769ba1ff remove env from repo 2022-05-20 13:36:32 +02:00
components add image components with filter themeing, init design-system icons 2022-05-19 18:08:25 +02:00
configs add missing ui components and init github content 2022-05-11 17:43:23 +02:00
context move configs to content repos 2022-05-20 11:16:38 +02:00
pages responsive design 2022-05-18 12:24:24 +02:00
public/assets move configs to content repos 2022-05-20 11:16:38 +02:00
scripts ignore .github 2022-05-20 13:23:14 +02:00
styles add image components with filter themeing, init design-system icons 2022-05-19 18:08:25 +02:00
templates/Deafult move configs to content repos 2022-05-20 11:16:38 +02:00
types replace local content dir with env var 2022-05-20 11:21:43 +02:00
utils replace local content dir with env var 2022-05-20 11:21:43 +02:00
.eslintrc.json init 2022-04-11 10:44:55 +02:00
.gitignore move configs to content repos 2022-05-20 11:16:38 +02:00
README.md add env vars to readmer 2022-05-20 13:21:49 +02:00
next-env.d.ts init 2022-04-11 10:44:55 +02:00
next.config.js recursive render for menu and sorting - fixing index route resolving issue 2022-05-16 11:26:17 +02:00
package.json move configs to content repos 2022-05-20 11:16:38 +02:00
tsconfig.json local data-fetching 2022-04-21 13:02:39 +02:00
yarn.lock move configs to content repos 2022-05-20 11:16:38 +02:00

README.md

ENV

CONTENT_SOURCE_TYPE=[git,]
CONTENT_SOURCE_URL="url to download (zip) git repo"
STATIC_CONTENT_FOLDER="relative path to the folder for static assets on content repo"

Setup content repository