မှတ်ချက် - localhost မှ တဆင့်အသုံးပြုလိုသူများသည် OpenAI အကောင့်အပြင် Notion API integration ကို နာလည်ဖို့ လိုအပ်ပါသည်။ Next.js ဖြင့် ရေးဖြင့် ရေသားထားသောကြောင့် Next.js နှင့် React.js အခြေခံ ရှိသူများအတွက် ပိုမိုနာလည်းမှု ရစေမှာဖြစ်ပါသည်။
- Clone the repo
git clone https://github.com/alexsnowschool/burmese-gpt3-playground.git
- Go to directory and install requirement libraries
cd burmese-gpt3-playground && npm install
- Update .env file with specfic keys
OPENAI_API_KEY=<PLACEHOLDER>
NOTION_API_KEY=<PLACEHOLDER>
NOTION_DATABASE_ID=<PLACEHOLDER>
- Run locally
npm run dev
- Go to localhost:3000 to test
> scratchpad@0.1.0 dev
> next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Loaded env from /home/alexsnow/Documents/personal/playground/burmese-gpt3-playground/.env
event - compiled client and server successfully in 500 ms (156 modules)