Skip to content

Tymek/Cz

Repository files navigation

Tymek.Cz

Powered by SvelteKit.

How to run

  1. Precompile assets. This requires imagemagick, wget, unzip and woff2_compress. Under Linux run ./generatePNGs.sh && ./generateFonts.sh, or skip that and use docker:
docker run -it -v ${PWD}:/srv -w /srv scrlk/woff2 sh -c "apk add --no-cache imagemagick && ./generatePNGs.sh &&./generateFonts.sh"
  1. Installed dependencies and start a development environment. (default on localhost:3000)
yarn && yarn vercel
  1. Copy .env.example to .env and change MONGO_URI and ADMIN_TOKEN.

  2. Configure integrations credentials on /dashboard.