writeout.ai icon indicating copy to clipboard operation
writeout.ai copied to clipboard

Incomplete local installation instructions

Open johnblommers opened this issue 2 years ago • 1 comments

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 avatar Mar 09 '23 03:03 johnblommers

@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)

vmartuniyk avatar Mar 09 '23 09:03 vmartuniyk