alwaysbegrowing / pillar.gg

https://app.pillar.gg
2 stars 0 forks source link
frontend frontend-web typescript

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