Skip to content

dapplingnetwork/pillar.gg

Repository files navigation

Pillar

This project is initialized with Ant Design Pro and Vercel.

Environment Setup

You should have node 16 installed: brew install node@16 or use a node version manager.

  1. Install yarn and vercel

    npm i -g yarn vercel
  2. Install dependencies

    yarn --immutable
  3. Link vercel project (must have vercel project connected to repo)

    vercel link
  4. Download the environment variables

    vercel env pull

Start project

vercel dev -l 8000

Troubleshooting

  • Clean yarn local or global cache

    yarn cache clean
    yarn cache clean --mirror
  • Clean umi build artifacts

    rm -r src/.umi*
  • Rebuild dependencies

    yarn rebuild