yuiseki / TRIDENT

🤖🛠🗺 TRIDENT - Interactive Smart Maps Assistant
https://trident.yuiseki.net/
Do What The F*ck You Want To Public License
18 stars 1 forks source link

TRIDENT

TRIDENT, an Interactive Smart Maps Assistant.

What?

How to development

With Docker and docker compose

git clone git@github.com:yuiseki/TRIDENT.git
cd TRIDENT
cp .env.sample .env
# Edit `OPENAI_API_KEY` in the `.env` file
vim .env
# Start up TRIDENT
docker compose up

Without Docker

git clone git@github.com:yuiseki/TRIDENT.git
cd TRIDENT
# Edit `OPENAI_API_KEY` in the `.env` file
vim .env
npm ci
npm run dev