npm i @remix-run/node @remix-run/react @remix-run/serve isbot@4 react react-dom
npm i -D @remix-run/dev vite Run the remix app:
npm run dev
In short, you need python3
- Homebrew
brew install python
Make sure you have python 3.8 or newer
cd "~/all-recipes-clone/"
python3 -m venv .venv
. .venv/bin/activate
pip install Flask
flask --app api/index.py run