Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 467 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 467 Bytes

Development

env

Before starting development, you must create a new .env.local file at project root, and place your api url into it:

# If you don't have started the local backend service,
# you can use the backend of our development server. https://compass.gitee.co

API_URL=https://compass.gitee.co

Local Development

# 1. install nodejs and yarn first
# 2. config local env vars in `.env.local`
# 3. run
yarn install
yarn dev