Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 592 Bytes

DEVELOPMENT.md

File metadata and controls

28 lines (24 loc) · 592 Bytes

📖 Development Guide

🛠 Setting Up the Environment

  1. Install dependencies 📦
yarn install
  1. **Run tests ** ✅
yarn test

🔍 Testing via API

  1. Create a .env file 📝
cp .env.example .env
  1. Add Notion Token and Database ID to the .env file 🔑
  2. Run__tests__/testMarkdownToNotion.ts 🚀
yarn test:api

🎯 Notes

  • Make sure .env is properly configured; otherwise, yarn test:api may fail! ⚠️
  • Ensure that the sample/docs directory exists ✅

🎉 The setup is complete! Happy Coding! 💻🔥