An easy way to publish your pages from a notion workspace or between multiple workspaces with custom domain
Check out this article
The code uses Javascript + React for front end and Python + Flask for back end
cd backend
conda install --file requirements.txt
cd src
flask run
cd frontend
yarn install
yarn start
Feel free to contribute, MIT license