is-agencies

Community maintained list of Icelandic digital agencies

Stars
5

The Big List of Icelandic Web Agencies

This project uses Sapper to build a single static page that prefetches data from Contentful.

agencies.is

Workflow

Install packages and run the dev server

yarn install
yarn run dev

Deploy to GitHub Pages

yarn run deploy

Troubleshoot

You will probably encounter an error referenced here that looks something like this:

Client build fails: 'platform' is not exported by node-resolve:empty.js

To fix update node_modules/contentful-sdk-core/dist/index.es-modules.js like this:

Line 3:

-  import { platform, release } from 'os';
+  import os from 'os';