writeout.ai
writeout.ai copied to clipboard
Incomplete local installation instructions
So I cloned this repository, copied .env.example into .env, added in my OpenAI Key and then ...
yarn install
yarn run dev
But launching the web browser on localhost port 5173 does not result in an application, just a generic Laravel window.
Can you share how to configure writeout.ai to run locally.
@johnblommers you must run few command after clone
1.Run composer install
2.Run cp .env.example .env
3.Run php artisan key:generate
4.Run php artisan migrate
5.Run php artisan serve
After that added key to env file(read readme file)