a Svelte-powered site for generating greentext.
to run the greentext generator locally, first clone the repository:
git clone https://github.com/intincrab/GreentextGenerator.git
cd GreentextGenerator
npm install
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
if you'd like to contribute to the Greentext Generator, please fork the repository and submit a pull request.