Front-end to send and receive requests with a GPT-2 Cloud Run server.
I wanted to learn how easy it would be to use tailwindcss and adapt it to have Neumorphism/Glassmorphism-ish design, so why not?
- React
- react-snap (for pre-rendering)
- Tailwind CSS
- CRACO (Create React App Configuration Override)
- Docker (optional)
First, build the image: docker build -t daemon-writer .
Then run it: docker run -p <AVAILABLE PORT>:80 -dit daemon-writer