React front-end for TrollFactory, an amazingly accurate fake personalities generator.
WARNING: This project is at a very early stage of development! The code on the main
branch does not reflect the final product.
After installing the trollfactory
Python package and setting up the API, clone this repository:
git clone [email protected]:stanislawowski/TrollFactory-Web.git
Install the dependencies:
pnpm install
Set the API URL as an environment variable:
echo "NEXT_PUBLIC_TF_API_URL=http://localhost:8000" > .env.local
And run the development server:
pnpm dev