Skip to content

bootdotdev/learntocodefyi

Repository files navigation

learntocodefyi

To develop locally, run:

cp .env.sample .env

Then edit .env to use your own values.

Finally, run the local development script:

./dev.sh

Server will auto-restart on most file changes.