https://github.com/billmei/essay-to-insta-flow
https://github.com/billmei/essay-to-insta-flow
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/billmei/essay-to-insta-flow
- Owner: billmei
- License: mit
- Created: 2025-04-05T19:44:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T20:23:06.000Z (6 months ago)
- Last Synced: 2025-04-11T04:44:44.515Z (6 months ago)
- Language: TypeScript
- Homepage: https://billmei.github.io/essay-to-insta-flow/
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# text2ig
Paste text to convert to images for uploading to Instagram## Project Deployment
### GitHub Pages Deployment
This project is configured for easy deployment to GitHub Pages:
1. Enable GitHub Pages in your repository settings
- Go to your repository's Settings > Pages
- Choose "GitHub Actions" as the source2. Push your changes to the `main` branch
The GitHub Actions workflow will automatically:
- Install dependencies
- Build the project
- Deploy to GitHub Pages### Manual Deployment
If you prefer manual deployment:
```sh
# Build the project
npm run build# Deploy the contents of the dist folder to your GitHub Pages
```## Project info
**URL**: https://lovable.dev/projects/60df479d-362c-4f73-9271-0de9211c1689
## How can I edit this code?
There are several ways of editing your application.
**Use Lovable**
Simply visit the [Lovable Project](https://lovable.dev/projects/60df479d-362c-4f73-9271-0de9211c1689) and start prompting.
Changes made via Lovable will be committed automatically to this repo.
**Use your preferred IDE**
If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.
The only requirement is having Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
Follow these steps:
```sh
# Step 1: Clone the repository using the project's Git URL.
git clone# Step 2: Navigate to the project directory.
cd# Step 3: Install the necessary dependencies.
npm i# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev
```**Edit a file directly in GitHub**
- Navigate to the desired file(s).
- Click the "Edit" button (pencil icon) at the top right of the file view.
- Make your changes and commit the changes.**Use GitHub Codespaces**
- Navigate to the main page of your repository.
- Click on the "Code" button (green button) near the top right.
- Select the "Codespaces" tab.
- Click on "New codespace" to launch a new Codespace environment.
- Edit files directly within the Codespace and commit and push your changes once you're done.## What technologies are used for this project?
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS## How can I deploy this project?
Simply open [Lovable](https://lovable.dev/projects/60df479d-362c-4f73-9271-0de9211c1689) and click on Share -> Publish.
## Can I connect a custom domain to my Lovable project?
Yes it is!
To connect a domain, navigate to Project > Settings > Domains and click Connect Domain.
Read more here: [Setting up a custom domain](https://docs.lovable.dev/tips-tricks/custom-domain#step-by-step-guide)