- Install Dependencies
npm install
- Run the application in local mode
npm run dev
- 🎉 Success Open http://localhost:3000/ to see if it is working correctly.
- Build docker-compose
docker-compose up -d
- 🎉 Success Open http://localhost:3000/ to see if it is working correctly.
- 如果你自己跑,必須把 .env 裡面的
NEXT_PUBLIC_ENDPOINT
改一下(http://localhost:8000/) - 必須將.env中的API金鑰改為自己的,否則會Google Map無法正常顯示