正式發行前的資料收集器
- node 12+
- auth0 account
- Create a auth0 application and setup related hook and URL
- Add API key for META API server in auth0
- Create related rule to retrieve the API key to client
See api/README.md for related .env
cd api
npm install
npm run dev
See ui/README.md for related .env
cd ui
npm install
npm run dev