Create GitHub Actions by using your own words.
Run the following commands:
git clone https://github.com/pulgueta/Text-to-Action
cd Text-to-Acion
bun install
If you are not using Bun and rather you use NPM, Yarn or PNPM, follow the previous steps but instead of using Bun to install, remove the bun.lockb file and run one of these three commands:
npm install # If you use NPM
yarn install # If you use Yarn
pnpm install # If you use PNPM
From the .env.example file, copy the name of the environment variable and paste it into your own .env.local or .env file.
Run the following command:
bun dev # If you use Bun
npm run dev # If you use NPM
yarn dev # If you use Yarn
pnpm dev # If you use PNPM
That's it!