OSFFriends/PointQuest · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md
PointQuest
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Postgres Database
The default port for the postgres instance this app talks to has been moved to 5430. The docker-compose file does already reference this.
Environment Setup
Required Env Vars
This application requires an API key for the website https://linear.app to be stored
in the env var LINEAR_API_KEY at runtime.