Powered by SvelteKit.
- Precompile assets. This requires
imagemagick
,wget
,unzip
andwoff2_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"
- Installed dependencies and start a development environment. (default on localhost:3000)
yarn && yarn vercel
-
Copy
.env.example
to.env
and changeMONGO_URI
andADMIN_TOKEN
. -
Configure integrations credentials on /dashboard.